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:
mensonge 2008-11-17 12:11:05 +00:00
parent 981c30b57e
commit 60b9c2c903

View file

@ -42,6 +42,8 @@ function deleteConfirmed(ele, input, response) {
deleted = false; deleted = false;
} else { } else {
loadXMLDoc('<?php echo $root; ?>ajaxDelete.php?id=' + input); loadXMLDoc('<?php echo $root; ?>ajaxDelete.php?id=' + input);
post.style.display = 'none';
} }
} }