Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
git-marijus
2017-08-28 23:45:03 +02:00
3 changed files with 46 additions and 3 deletions

View File

@@ -1128,8 +1128,10 @@ function post_comment(id) {
$("#comment-edit-wrapper-" + id).hide();
$("#comment-edit-text-" + id).val('');
var tarea = document.getElementById("comment-edit-text-" + id);
if(tarea)
if(tarea) {
commentClose(tarea, id);
$(document).unbind( "click.commentOpen");
}
if(timer) clearTimeout(timer);
timer = setTimeout(NavUpdate,1500);
}