Merge "EditPage: Allow the 'save' button's label to be 'publish' for public wikis"
[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 ) );