Don't check namespace in SpecialWantedtemplates
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.htmlform.ooui.js
1 /*global OO */
2 jQuery( function ( $ ) {
3
4 // Infuse everything with JavaScript widgets
5 $( '.mw-htmlform-ooui [data-ooui]' ).each( function () {
6 OO.ui.infuse( this.id );
7 } );
8
9 } );