Skip to content

Commit

Permalink
Fixed issue #8312: Bounce checker progress bar broken
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 23, 2013
1 parent 2cb924f commit a3abdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/tokens.js
Expand Up @@ -3,7 +3,7 @@ var idexternal=parseInt(3);

function checkbounces() {
$("#dialog-modal").dialog('open');
$('#dialog-modal').html('<p><img style="margin-top:42px" src="../images/ajax-loader.gif" width="200" height="25" /></p>');
$('#dialog-modal').html('<p><img style="margin-top:42px" src="'+imageurl+'ajax-loader.gif" /></p>');
$('#dialog-modal').load(sBounceProcessingURL);
}

Expand Down

0 comments on commit a3abdf9

Please sign in to comment.