MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 11: Line 11:
       // subtract the left margin from the computed value
       // subtract the left margin from the computed value
       mutNode[0].style.left = "calc("+ eleLeft + " - "+ marginLeft + ")";
       mutNode[0].style.left = "calc("+ eleLeft + " - "+ marginLeft + ")";
      alert(mutNode[0].style.left);
     }
     }
   };
   };