SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Tue May 22 19:21:01 CEST 2007


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();


More information about the pld-cvs-commit mailing list