/* * HTMLForm enhancements: * Convert multiselect fields from checkboxes to Chosen selector when requested. */ ( function ( mw, $ ) { function addMulti( $oldContainer, $container ) { var name = $oldContainer.find( 'input:first-child' ).attr( 'name' ), oldClass = ( ' ' + $oldContainer.attr( 'class' ) + ' ' ).replace( /(mw-htmlform-field-HTMLMultiSelectField|mw-chosen|mw-htmlform-dropdown)/g, '' ), $select = $( '