From a16c46bf8a99745d7fa31cc6f2c34e0b17e7bed6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 9 Sep 2010 21:05:11 +0000 Subject: - Patch #906922 by auzigog: error message icon is tiled for when the message appears on a batch page in place of a progress bar. --- misc/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/progress.js b/misc/progress.js index a8ade3cf6..b871b8d86 100644 --- a/misc/progress.js +++ b/misc/progress.js @@ -96,7 +96,7 @@ Drupal.progressBar.prototype.sendPing = function () { * Display errors on the page. */ Drupal.progressBar.prototype.displayError = function (string) { - var error = $('
').html(string); + var error = $('
').html(string); $(this.element).before(error).hide(); if (this.errorCallback) { -- cgit v1.2.3