Bug fix: delete thumbnail when ajax delete
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@70 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
5cb2d8978c
commit
0bc299ae6c
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ function deleteCancelled(ele) {
|
|||
|
||||
function deleteConfirmed(ele, input, response) {
|
||||
if (deleted == false) {
|
||||
deleted = ele.parentNode.parentNode.parentNode;
|
||||
deleted = ele.parentNode.parentNode.parentNode.parentNode;
|
||||
}
|
||||
var post = deleted;
|
||||
post.className = 'xfolkentry deleted';
|
||||
|
@ -138,4 +138,4 @@ function playerLoad() {
|
|||
_playerAdd(anchors[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue