wikimedia/mediawiki-core

View on GitHub
resources/src/mediawiki.tempUserCreated/mediawiki.tempUserCreated.js

Summary

Maintainability
A
1 hr
Test Coverage

Function showPopup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    mw.tempUserCreated.showPopup = function () {
        var title = mw.message( 'postedit-temp-created-label' ).text();
        var $content = mw.message(
            'postedit-temp-created',
            mw.util.getUrl( 'Special:CreateAccount' ),

    There are no issues that match your filters.

    Category
    Status