diff options
author | friendica <info@friendica.com> | 2013-10-09 20:19:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-09 20:19:02 -0700 |
commit | 87f1c6b8ecaf796409c6dfeb8735ce0af2ba410c (patch) | |
tree | 3a62749849df3c231346cea020612a45cf7cb9da /js/main.js | |
parent | 1fdc82e0a122ec7ea5faea1a5cb52c78757ad50b (diff) | |
download | volse-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/main.js')
-rw-r--r-- | js/main.js | 4 |
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) { |