SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Mon May 21 19:46:04 CEST 2007


Author: sparky
Date: Mon May 21 19:46:03 2007
New Revision: 8621

Modified:
   toys/stbr/index.php
Log:
- small over-hiding fix


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Mon May 21 19:46:03 2007
@@ -215,8 +215,10 @@
     moveOver(e);
 }
 function hideOver() {
+    if ( overLock ) return;
     popupS.display = "none";
     popupS.width = "auto";
+    activeOver.onmouseout = null;
     if (window.onmousemove)
         window.onmousemove = null;
     else


More information about the pld-cvs-commit mailing list