imagecms/ImageCMS

View on GitHub
application/modules/mod_discount/assets/js/adminScripts.js

Summary

Maintainability
C
1 day
Test Coverage

Function initDiscounts has 214 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            function initDiscounts() {

                var isGift = $('#gift_checkbox').attr('checked') == 'checked';
                if (isGift) {
                    giftCheckboxCallback();
Severity: Major
Found in application/modules/mod_discount/assets/js/adminScripts.js - About 1 day to fix

File adminScripts.js has 261 lines of code (exceeds 250 allowed). Consider refactoring.
Open

$(document).ready(
    function () {

            $(document).on(
                'pjax:end',
Severity: Minor
Found in application/modules/mod_discount/assets/js/adminScripts.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status