Your IP : 172.69.7.234


Current Path : /var/www/element/data/www/wiki.element.ru/extensions/WikiEditor/modules/
Upload File :
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' );
} );