Kylob/BootPress

View on GitHub
src/Upload/uploader.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function blueimpFileUploader has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.blueimpFileUploader = function(options) {
        var action = $(this).closest('form').attr('action');
        var field = $(this).attr('id');
        var settings = $.extend({
            'size': 0,
Severity: Major
Found in src/Upload/uploader.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status