aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-11 03:41:29 -0700
committerfriendica <info@friendica.com>2012-05-11 03:41:29 -0700
commit496782e468fa206845b0baca8e91fb3a7d4278d4 (patch)
tree27f2192d455dc3ea38f8d9a4416a4d2d420a03ac /view/head.tpl
parent8a5dcf64d84b98bda80e0346d508efc072c50002 (diff)
downloadvolse-hubzilla-496782e468fa206845b0baca8e91fb3a7d4278d4.tar.gz
volse-hubzilla-496782e468fa206845b0baca8e91fb3a7d4278d4.tar.bz2
volse-hubzilla-496782e468fa206845b0baca8e91fb3a7d4278d4.zip
moderated comment templates
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl
index 7638e56ca..dfb626ebc 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -36,6 +36,7 @@
obj.value = '';
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
+ $("#mod-cmnt-wrap-" + id).show();
openMenu("comment-edit-submit-wrapper-" + id);
}
}
@@ -44,6 +45,7 @@
obj.value = '$comment';
$("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
$("#comment-edit-text-" + id).addClass("comment-edit-text-empty");
+ $("#mod-cmnt-wrap-" + id).hide();
closeMenu("comment-edit-submit-wrapper-" + id);
}
}