aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
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) {