crowdint/spree_conekta

View on GitHub
app/assets/javascripts/spree/frontend/printThis.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

    $.fn.printThis = function (options) {
        opt = $.extend({}, $.fn.printThis.defaults, options);
        var $element = this instanceof jQuery ? this : $(this);
        
            var strFrameName = "printThis-" + (new Date()).getTime();
Severity: Major
Found in app/assets/javascripts/spree/frontend/printThis.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status