File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ Many additional bugs fixed.
2424 '.unblock-review td { padding: 0 }' +
2525 'td.reason-container { padding-right: 1em; width: 30em }' +
2626 '.unblock-review-reason { height: 5em }' ) ;
27- importStylesheet ( 'User:Enterprisey/mw-ui-button.css' ) ;
28- importStylesheet ( 'User:Enterprisey/mw-ui-input.css' ) ;
2927
3028 // look for user-block HTML class, which will correspond to {{Unblock}} requests
3129 const userBlockBoxes = document . querySelectorAll ( 'div.user-block' ) ;
@@ -134,6 +132,8 @@ Many additional bugs fixed.
134132 } ) ;
135133 }
136134
137- await execute ( ) ;
135+ mw . loader . using ( 'mediawiki.ui.button' , 'mediawiki.ui.input' ) . then ( async ( ) => {
136+ await execute ( ) ;
137+ } ) ;
138138} ( ) ) ;
139139// </nowiki>
You can’t perform that action at this time.
0 commit comments