Author: sparky
Date: Tue May 22 19:21:00 2007
New Revision: 8624

Modified:
   toys/stbr/index.php
Log:
- do not retrigger when not needed


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Tue May 22 19:21:00 2007
@@ -109,6 +109,8 @@
 var overLock = 0;
 var activeOver = null;
 function O(e, t, txt) {
+    if ( activeOver == this )
+       return;
     if ( overLock ) {
        overLock = 0;
        hideOver();
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to