Merge "jquery.makeCollapsible: Support for .mw-collapsible-toggle inside <li>"
[lhc/web/wiklou.git] / resources / src / mediawiki / htmlform / htmlform.js
1 ( function ( mw, $ ) {
2
3 $( function () {
4 mw.hook( 'htmlform.enhance' ).fire( $( document ) );
5 } );
6
7 }( mediaWiki, jQuery ) );