Bug fix: correct AJAX deleting of bookmarks (thank you Ricco)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@163 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
981c30b57e
commit
60b9c2c903
1 changed files with 5 additions and 3 deletions
|
@ -42,6 +42,8 @@ function deleteConfirmed(ele, input, response) {
|
|||
deleted = false;
|
||||
} else {
|
||||
loadXMLDoc('<?php echo $root; ?>ajaxDelete.php?id=' + input);
|
||||
post.style.display = 'none';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue