SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Tue May 22 19:10:58 CEST 2007


Author: sparky
Date: Tue May 22 19:10:56 2007
New Revision: 8623

Modified:
   toys/stbr/index.php
Log:
- switch overley wnem mouse is over annother buildlog even if locked


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Tue May 22 19:10:56 2007
@@ -109,7 +109,10 @@
 var overLock = 0;
 var activeOver = null;
 function O(e, t, txt) {
-    if (overLock) return;
+    if ( overLock ) {
+	overLock = 0;
+	hideOver();
+    }
     popupS.left = "10px";
     popupS.display = "block";
     popup.innerHTML = tohtml( txt );
@@ -204,6 +207,7 @@
 	    window.onmousemove = moveOver;
 	else
 	    document.onmousemove = moveOver;
+	moveOver(e);
 	return;
     }
     overLock = 1;


More information about the pld-cvs-commit mailing list