diff options
Diffstat (limited to 'jsScuttle.php')
-rw-r--r-- | jsScuttle.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jsScuttle.php b/jsScuttle.php index fbe1e20..6765ffe 100644 --- a/jsScuttle.php +++ b/jsScuttle.php @@ -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]); } } -}
\ No newline at end of file +} |