MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:


onload=function(){
onload=function(){
   $.("firstHeading").wrap("<div style="float:left");
   $.("firstHeading").wrap('<div style="float:left">');
   var dshow = "<span id='wnavcontrol' onclick='showNav()' style='float: right; font-weight: bold; color: blue'>Wiki+</span>";
   var dshow = "<span id='wnavcontrol' onclick='showNav()' style='float: right; font-weight: bold; color: blue'>Wiki+</span>";
   $('#firstHeading').after(dshow).fadeIn();
   $('#firstHeading').after(dshow).fadeIn();