aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-09 20:19:02 -0700
committerfriendica <info@friendica.com>2013-10-09 20:19:02 -0700
commit87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c (patch)
tree3a62749849df3c231346cea020612a45cf7cb9da /js
parent1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (diff)
downloadvolse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.tar.gz
volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.tar.bz2
volse-hubzilla-87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c.zip
more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered.
Diffstat (limited to 'js')
-rw-r--r--js/main.js4
1 files changed, 2 insertions, 2 deletions
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) {