Content deleted Content added
(!) moving window.addToolbarButtons to mediaWiki.libs.addToolbarButtons |
No edit summary |
||
Line 1:
/*
* addToolbarButtons.js
* version 2013-
*
* This function lets you add function-calling buttons
Line 26:
$.each(arr, function (i, val) {
if (typeof val == 'object' && !val[0])
});
|