got rid of removedpost, restore classic is_deleted mechanics

This commit is contained in:
albert
2011-02-12 17:37:48 -05:00
parent 33f5350677
commit f48000a8b5
21 changed files with 204 additions and 371 deletions

View File

@@ -0,0 +1,3 @@
$("a#delete").hide();
$("a#undelete").show();
$("img#delete-wait").hide();

View File

@@ -0,0 +1,3 @@
$("a#delete").show();
$("a#undelete").hide();
$("img#undelete-wait").hide();