diff -r 1e956881d362 -r 367768040a61 includes/clientside/static/ajax.js --- 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)