| Current Path : /var/www/element/data/www/wiki.element.ru/extensions/WikiEditor/modules/ |
| Current File : /var/www/element/data/www/wiki.element.ru/extensions/WikiEditor/modules/ext.wikiEditor.templates.js |
/*
* JavaScript for WikiEditor Templates
*/
$( document ).ready( function () {
// Disable for template namespace
if ( mw.config.get( 'wgNamespaceNumber' ) === 10 ) {
return true;
}
// Add templates module
$( '#wpTextbox1' ).wikiEditor( 'addModule', 'templates' );
} );