2 * JavaScript for action=delete
5 if ( mw.config.get( 'wgAction' ) !== 'delete' ) {
10 const reasonList = OO.ui.infuse( $( '#wpDeleteReasonList' ) ),
11 reason = OO.ui.infuse( $( '#wpReason' ) );
13 mw.widgets.visibleCodePointLimitWithDropdown( reason, reasonList, mw.config.get( 'wgCommentCodePointLimit' ) );