includes/clientside/static/ajax.js
changeset 1125 367768040a61
parent 1053 bdbb49cf6f1b
child 1226 de56132c008d
--- a/includes/clientside/static/ajax.js	Sat Sep 26 15:26:14 2009 -0400
+++ b/includes/clientside/static/ajax.js	Wed Sep 30 20:01:23 2009 -0400
@@ -144,10 +144,6 @@
       if ( response.success )
       {
         whiteOutReportSuccess(whitey);
-        setTimeout(function()
-          {
-            miniPromptDestroy(mp);
-          }, 1250);
         // update protect button
         var btn = $('#tb_ajax_protect_btn').get(0);
         btn.level = level;
@@ -584,10 +580,6 @@
             ajaxGet(stdAjaxPrefix+'&_mode=resetdelvotes', function(ajax) {
               if ( ajax.readyState == 4 && ajax.status == 200 ) {
                 whiteOutReportSuccess(whitey);
-                setTimeout(function()
-                  {
-                    miniPromptDestroy(box);
-                  }, 1250);
                 
                 item = document.getElementById('mdgDeleteVoteNoticeBox');
                 if(item)