qcminecraft/Carbon-Forum-F

View on GitHub
static/js/jquery.async.uploader.js

Summary

Maintainability
A
1 hr
Test Coverage

Function upload has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.upload = function(options) {
        var opts = $.extend(jQuery.uploadDefault, options);
        if (opts.url === '') {
            return;
        }
Severity: Minor
Found in static/js/jquery.async.uploader.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status