Open main menu

Changes

MediaWiki:Common.js

11 bytes removed, 10:00, 19 October 2015
Shifted the code of the testing function into toggleNavigationBar - to see if this function is even called.
/* 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';
 
}());
 
/**
*/
function toggleNavigationBar( indexNavigationBar, e ) {
var myElement = document.getElementById('NavFrame');
myElement.innerHTML = 'This is test HTML';
return true;
 
var navChild,
navToggle = document.getElementById( 'NavToggle' + indexNavigationBar ),