MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
var myElement2 = document.getElementById('biggraph'); | var myElement2 = document.getElementById('biggraph'); | ||
myElement2.innerHTML = '<html> <div id= "button" onclick="buttonclicked()">Switch to Resources graph</div><div id="mynetwork"></div></html>'; | myElement2.innerHTML = '<html> <div id= "button" onclick="buttonclicked()">Switch to Resources graph</div><div id="mynetwork"></div></html>'; | ||
}}()); | |||
(function () { | |||
if (document.getElementById('biggraph')){ | |||
document.getElementById('test').style="height: 800px !important"; | |||
}}()); | }}()); | ||
mw.loader.load( '/index.php?title=MediaWiki:Graph.js&action=raw&ctype=text/javascript' ); | mw.loader.load( '/index.php?title=MediaWiki:Graph.js&action=raw&ctype=text/javascript' ); |
Revision as of 13:05, 30 September 2019
/* Any JavaScript here will be loaded for all users on every page load. */ (function () { if (document.getElementById('graphs')){ var myElement1 = document.getElementById('graphs'); myElement1.innerHTML = '<html><div id="mynetwork"></div></html>'; }}()); (function () { if (document.getElementById('biggraph')){ document.getElementById('mw-site-navigation').style="display:none"; document.getElementById('mw-related-navigation').style="display:none"; document.getElementById('mw-content').style="margin:0 !important"; var myElement2 = document.getElementById('biggraph'); myElement2.innerHTML = '<html> <div id= "button" onclick="buttonclicked()">Switch to Resources graph</div><div id="mynetwork"></div></html>'; }}()); (function () { if (document.getElementById('biggraph')){ document.getElementById('test').style="height: 800px !important"; }}()); mw.loader.load( '/index.php?title=MediaWiki:Graph.js&action=raw&ctype=text/javascript' );