SpecialSearch: Fix unintended `margin` when zoom level is above 100%
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.preferences.convertmessagebox.js
index cee7382..e6b7432 100644 (file)
@@ -1,9 +1,9 @@
 /*!
  * JavaScript for Special:Preferences: Check for successbox to replace with notifications.
  */
-( function ( mw, $ ) {
+( function ( $ ) {
        $( function () {
                var convertmessagebox = require( 'mediawiki.notification.convertmessagebox' );
                convertmessagebox();
        } );
-}( mediaWiki, jQuery ) );
+}( jQuery ) );