MediaWiki:Common.js

From S E B A S T I E N G O Y

(Difference between revisions)
Jump to: navigation, search
(Debug)
(Remove erroneous code)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
-
 
-
function isArray(obj) {
 
-
document.write("IN isArray");
 
-
    return isObject(obj) && obj.constructor.toString().indexOf("Array") != -1;
 
-
document.write("OUT isArray");
 
-
}
 
-
 
-
document.write("BEGIN");
 
-
document.write(isArray(wgUserGroups));
 
-
 
-
if (!isArray(wgUserGroups)) { /* if user is anonymous */
 
-
document.write("IN");
 
-
    var section = document.getElementById("p-tb");
 
-
    section.parentNode.removeChild(section);  /* remove "Toolbox" section from the Sidebar */
 
-
document.write("OUT");
 
-
}
 
-
document.write("END");
 

Latest revision as of 00:04, 28 December 2012

/* Any JavaScript here will be loaded for all users on every page load. */
Personal tools
Namespaces
Variants
Actions
S E B A S T I E N  G O Y                                                   
Works
About