diff --git a/include/attach.php b/include/attach.php index e624734fa..e6d6e5f24 100644 --- a/include/attach.php +++ b/include/attach.php @@ -832,7 +832,7 @@ function attach_delete($channel_id, $resource) { intval($channel_id) ); - file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $no_activity=false); + file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $notify=0); } /** diff --git a/view/js/main.js b/view/js/main.js index 7479b17d3..d7777ea8c 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -819,13 +819,12 @@ function doprofilelike(ident, verb) { } -function dropItem(ident) { - var object = '#thread-wrapper-' + ident; +function dropItem(url, object) { var confirm = confirmDelete(); if(confirm) { $('body').css('cursor', 'wait'); $(object).fadeTo('fast', 0.33, function () { - $.get('item/drop/' + ident).done(function() { + $.get(url).done(function() { $(object).remove(); $('body').css('cursor', 'auto'); }); diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 7de0e05f9..facda251b 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -117,14 +117,13 @@ {{if $item.star}}