Content deleted Content added
No edit summary |
(!) moving window.addToolbarButtons to mediaWiki.libs.addToolbarButtons |
||
Line 15:
// add a single button or several buttons from the supplied array
// or else add all buttons specified in the array window.toolbarButtonsToAdd
"use strict";
Line 135:
}
try { // $() doesn't work after errors from other scripts, so try directly first:
}
catch (e) { // error - page still loading
$(
}
|