MediaWiki:Vector.js: Difference between revisions

m
no edit summary
m (Repairing javascript glitch. Will take a few minutes for the changes to apply.)
mNo edit summary
Line 3: Line 3:
/*<nowiki>*/
/*<nowiki>*/
/** additional monobook scripts **/
/** additional monobook scripts **/
hookEvent( 'load', displayTimer );


/**** function displayTimer.js
/**** function displayTimer.js
Line 56: Line 55:
   }
   }
}
}
/*</nowiki>*/
hookEvent( 'load', displayTimer );


// This will add an [edit] link at the top of all pages except preview pages and the main page
// This will add an [edit] link at the top of all pages except preview pages and the main page
Line 126: Line 125:


});
});
/*</nowiki>*/