edgewall/trac

View on GitHub
trac/htdocs/js/wiki.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function wikiColumn has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  window.wikiColumn = function($wikipage) {
    if ($wikipage.length === 0)
      return;
    var $content = $("#content");
    $("<span id='trac-wiki-expander'></span>").on("click", function () {
Severity: Major
Found in trac/htdocs/js/wiki.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status