Restream/redmine_issue_template

View on GitHub
assets/javascripts/issue_templates.js

Summary

Maintainability
A
1 hr
Test Coverage

Function insertAtCursor has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function insertAtCursor(areaId, text) {
    var txtarea = document.getElementById(areaId);
    var scrollPos = txtarea.scrollTop;
    var strPos = 0;
    var br = ((txtarea.selectionStart || txtarea.selectionStart == '0') ?
Severity: Minor
Found in assets/javascripts/issue_templates.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status