X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fjs%2Fmisc%2Fprogress.js;fp=web%2Fthemes%2Fcontrib%2Fbootstrap%2Fjs%2Fmisc%2Fprogress.js;h=31d40494618eee8567ce7785a4a711cc0efbc480;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=6eaaa68d141c4895f41161410f76a4883a5a261e;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/themes/contrib/bootstrap/js/misc/progress.js b/web/themes/contrib/bootstrap/js/misc/progress.js index 6eaaa68d1..31d404946 100644 --- a/web/themes/contrib/bootstrap/js/misc/progress.js +++ b/web/themes/contrib/bootstrap/js/misc/progress.js @@ -61,7 +61,7 @@ * @param {string} string */ displayError: function (string) { - var error = $('
×

' + Drupal.t('Error message') + '

').append(string); + var error = $('

' + Drupal.t('Error message') + '

').append(string); $(this.element).before(error).hide(); if (this.errorCallback) {