Improved comment hiding interaction

- Remove global window.showMore and window.showFewer
- Improve global showHideComments function
- Remove frio-specific showHideComments function
This commit is contained in:
Hypolite Petovan 2019-02-14 22:24:34 -05:00
parent 642f9409a7
commit d7dbc632f8
11 changed files with 47 additions and 60 deletions

View file

@ -146,9 +146,6 @@
$(obj).val("");
}
window.showMore = "{{$showmore}}";
window.showFewer = "{{$showfewer}}";
function showHideCommentBox(id) {
if ($("#comment-edit-form-" + id).is(":visible")) {
$("#comment-edit-form-" + id).hide();