Adam Meyer wrote:
I added this code (below) to my mediawiki:common.js. It works, but it causes all of the other tool buttons to stop working. I was wondering if anyone knew why. It is just a changed version of http://es.wikipedia.org/wiki/Usuario:Platonides/TablaFacil.js . But then again, their code does the same thing.
If I hit one of the other buttons, it just un-focuses the edit area and does not insert anything.
Thank you in advance, -Adam
Using innerHTML breaks the DOM-added buttons. You can change the way it is added to use DOM, or restore the other buttons functionality, like i did at http://es.wikipedia.org/wiki/Usuario:Platonides/RestoreToolbarFunctions.js