client/js/main.js
changeset 36 d249d36ecc37
parent 34 08a366a35143
child 37 db991a757015
--- a/client/js/main.js	Mon Sep 03 18:51:32 2012 +0200
+++ b/client/js/main.js	Wed Sep 05 14:49:33 2012 +0200
@@ -123,11 +123,12 @@
             }
             return false;
         });
-        this.$.find(".Rk-Search-Select").mouseenter(function() {
-            _select.slideDown();
-        }).mouseleave(function() {
-            _select.slideUp();
-        })
+        this.$.find(".Rk-Search-Current").mouseenter(
+            function() { _select.slideDown(); }
+        );
+        this.$.find(".Rk-Search-Select").mouseleave(
+            function() { _select.slideUp(); }
+        );
         this.setSearchEngine(0);
     }
     Rkns._(_opts.bins).each(function(_bin) {