Hi,
I recently updated my wiki from MediaWiki 1.21 to 1.22. After the process, I realized that my custom toolbar had gone missing. I had set it by editing the MediaWiki:Common.js page, where I declared buttons like this :
var button = {
"imageFile": "images/c/c9/Button_strike.png", //image to be shown on the button
"speedTip": "Strike", // text shown in a tooltip when hovering the mouse over the button
"tagOpen": "<s>", // the text to use to mark the beginning of the block
"tagClose": "</s>", // the text to use to mark the end of the block (if any)
"sampleText": "strike text" // the sample text to place inside the block
};
mwCustomEditButtons.push(button);
I have tried to refresh the browser cache by using Ctrl-F5, I have rebooted the services and all, but I can't find a way to get my old toolbar back.
Any hint? Thank you very much for your help!