Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) (Undo revision 5131 by Bugman admin (talk)) |
Bugman admin (talk | contribs) (Testing - deleted the NavFrame js code to see if js is working at all!!!!!) |
||
Line 5: | Line 5: | ||
var myElement = document.getElementById('mw-testing'); | var myElement = document.getElementById('mw-testing'); | ||
myElement.innerHTML = 'This is test HTML'; | myElement.innerHTML = 'This is test HTML'; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}()); | }()); |
Revision as of 10:15, 19 October 2015
/* Any JavaScript here will be loaded for all users on every page load. */
(function () {
var myElement = document.getElementById('mw-testing');
myElement.innerHTML = 'This is test HTML';
}());