From 87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c Mon Sep 17 00:00:00 2001
From: friendica <info@friendica.com>
Date: Wed, 9 Oct 2013 20:19:02 -0700
Subject: more icon conversions - savedsearch listings need more work. The drop
 icon should be hidden unless the entry is being hovered.

---
 js/main.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'js')

diff --git a/js/main.js b/js/main.js
index 0604b81fb..d5260a4be 100644
--- a/js/main.js
+++ b/js/main.js
@@ -581,11 +581,11 @@ function updateConvItems(mode,data) {
 
 
 	function imgbright(node) {
-		$(node).removeClass("drophide").addClass("drop");
+//		$(node).removeClass("drophide").addClass("drop");
 	}
 
 	function imgdull(node) {
-		$(node).removeClass("drop").addClass("drophide");
+//		$(node).removeClass("drop").addClass("drophide");
 	}
 
 	function notify_popup_loader(notifyType) {
-- 
cgit v1.2.3