Prevent tooltips from displaying when the mouse is over the search or paging controllers.
[quanweb.git] / app / index.html
index d417fefeb24eacddb96274f95fda3ec4d63ea89b..d2c48d93a288c24c482f0efd58ff876b893f9ee1 100644 (file)
@@ -7,7 +7,7 @@
   </head>
   
   <body onload="onSearch();"> 
-    <form>
+    <form onmouseenter="ToolTip.stopTooltipTimer();">
       <input id="search" onclick="onSearch();" type="button" value="Search"/> 
       <span class="term">Author: <input id="aut" type="text"/></span>
       <span class="term">Title: <input id="tit" type="text"/></span>
@@ -26,6 +26,6 @@
     <div id="details" class="tooltip" onclick="hideDetails();">(No information available)</div>
 
     <script src="modernizr-custom.js"></script>
-    <script src="all.js"></script>
+    <script src="lib.min.js"></script>
   </body>
 </html>