SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Mon May 21 19:57:42 CEST 2007


Author: sparky
Date: Mon May 21 19:57:37 2007
New Revision: 8622

Modified:
   toys/stbr/index.php
Log:
- disable onclick when over hides


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Mon May 21 19:57:37 2007
@@ -219,6 +219,7 @@
     popupS.display = "none";
     popupS.width = "auto";
     activeOver.onmouseout = null;
+    activeOver.onclick = null;
     if (window.onmousemove)
         window.onmousemove = null;
     else


More information about the pld-cvs-commit mailing list