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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to