Skip to content

Instantly share code, notes, and snippets.

@jdittrich
jdittrich / CommonJSeditorV21
Last active December 17, 2015 12:39
a script for a mediawiki Wikieditor custom dialogbox using the editor for Mediawiki Version 1.21
/* 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