CORE-POS/IS4C

View on GitHub
fannie/reports/WaybackMachine/wayback.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function wayback has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var wayback = (function($) {
    var mod = {};

    mod.submitWrapper = function(e)
    {
Severity: Minor
Found in fannie/reports/WaybackMachine/wayback.js - About 1 hr to fix

    Function submitWrapper has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        mod.submitWrapper = function(e)
        {
            $('#wayback-form').prop('disabled', true);
            var dataStr = $('#wayback-form').serialize();
            $('#wayback-form').prop('disabled', false);
    Severity: Minor
    Found in fannie/reports/WaybackMachine/wayback.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status