Skip to content

Commit

Permalink
removed alert box after archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron T. Maturen committed Jul 20, 2012
1 parent beb6e9c commit 1dc0609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function HookInline_keywordsSearchAdditionalheaderjs()
data: { refs: resourceIds }
}).done(function( msg ) {
location.reload(true);
alert( "Deleted resources: " + msg );
//alert( "Deleted resources: " + msg );
});

});
Expand Down
2 changes: 1 addition & 1 deletion pages/archive_resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
foreach($refs as $ref){
delete_resource($ref);
}
echo explode(', ', $refs);
//echo explode(', ', $refs);
?>

0 comments on commit 1dc0609

Please sign in to comment.