Standards

This commit is contained in:
Hypolite Petovan 2017-05-21 13:40:51 -04:00
parent fd9c9603e4
commit 88e5e06b45
1 changed files with 21 additions and 20 deletions

View File

@ -76,8 +76,7 @@ function commentClose(obj,id) {
function showHideCommentBox(id) {
if ($('#comment-edit-form-' + id).is(':visible')) {
$('#comment-edit-form-' + id).hide();
}
else {
} else {
$('#comment-edit-form-' + id).show();
}
}
@ -162,7 +161,9 @@ function qCommentInsert(obj,id) {
$(obj).val('');
}
function confirmDelete() { return confirm(aStr.delitem); }
function confirmDelete() {
return confirm(aStr.delitem);
}
/**
* Hide and removes an item element from the DOM after the deletion url is