19,809
edits
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
if (typeof XEBPopups === 'undefined') { | if (typeof XEBPopups === 'undefined') { | ||
XEBPopups = true; | XEBPopups = true; | ||
} | } | ||
| Line 277: | Line 276: | ||
// Adds extended onclick-function to some buttons | // Adds extended onclick-function to some buttons | ||
function extendButtons() { | function extendButtons() { | ||
alert("Extending buttons."); | |||
var allEditButtons = document.getElementById('toolbar'); | var allEditButtons = document.getElementById('toolbar'); | ||
if ( !allEditButtons ) { | if ( !allEditButtons ) { | ||