This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Any JavaScript here will be loaded for all users on every page load. */ | |
| /* https://www.mediawiki.org/wiki/Extension:WikiEditor/Toolbar_customization */ | |
| /* Example stuff can be seen in the /extentions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.js */ | |
| /* | |
| */ | |
| function changeToolbar(){ | |
| if($('#wikiEditor-ui-toolbar [title="mytool"]') && $('#wikiEditor-ui-toolbar [title="Embedded file"]')){//if mytool is activated |
NewerOlder