wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
modules/js/ext.donationInterface.forms.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function callDonateApi has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function callDonateApi( successCallback, extraData, action ) {
        di.forms.disable();
        di.forms.clean();
        $( '#topError' ).html( '' );
        $( '#errorReference' )
Severity: Major
Found in modules/js/ext.donationInterface.forms.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status