aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-11 20:39:06 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-11 20:39:06 -0400
commit534a93f81c34b4b280986ad7e1bcee4278ea9299 (patch)
tree01a59f25ace68cc384828e565e96f4d1e9715619 /view/head.tpl
parent9c53a311de2899ca620bfaf75c58a514c55cacff (diff)
parent2454028ef61a3ea1dd8308896c8bbf1f04f97ac9 (diff)
downloadvolse-hubzilla-534a93f81c34b4b280986ad7e1bcee4278ea9299.tar.gz
volse-hubzilla-534a93f81c34b4b280986ad7e1bcee4278ea9299.tar.bz2
volse-hubzilla-534a93f81c34b4b280986ad7e1bcee4278ea9299.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: Darkzero - fixed notifications bar. diabook-theme: update mapquery and small fix diabook-theme: add "population density 2010"-layer to EarthLayers-box fix search/new against possible email leakage better test of email reply visibility diabook-theme:small fix moderated comment templates diabook-theme: small fix diabook-theme: include prv_message autocomplete fix PM replies after autocomplete changes add photos to PM autocomplete, improved appearance rev update diabook-theme: small fix * master:
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);
}
}