kotti/static/contents.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onDrop has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        onDrop: function (table, row) {
            var rows = table.tBodies[0].rows,
                oldPosition = parseInt(row.id, 10),
                newPosition = parseInt(row.id, 10),
                i;
Severity: Minor
Found in kotti/static/contents.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status