monsij/StudentPortal

View on GitHub
pro1/staticfiles/admin/js/actions.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function actions has 124 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.actions = function(opts) {
        var options = $.extend({}, $.fn.actions.defaults, opts);
        var actionCheckboxes = $(this);
        var list_editable_changed = false;
        var showQuestion = function() {
Severity: Major
Found in pro1/staticfiles/admin/js/actions.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status