diff --git a/misc/ahah.js b/misc/ahah.js index 70199f35a26f577d672b4c9dd930696899328930..ebfdffb75f98509b0062c89401b500f2d1a07850 100644 --- a/misc/ahah.js +++ b/misc/ahah.js @@ -220,7 +220,7 @@ Drupal.ahah.prototype.error = function (response, uri) { // Undo hide. $(this.wrapper).show(); // Re-enable the element. - $(this.element).removeClass('progess-disabled').attr('disabled', false); + $(this.element).removeClass('progress-disabled').attr('disabled', false); }; })(jQuery); diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index fb5146527463f31d0a219aec09ae256f301ca135..0983da8dc275f48d944e723d4fd076c589e1af1a 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -78,7 +78,7 @@ div.teaser-button-wrapper { .progress .percentage { float: left; } -.progess-disabled { +.progress-disabled { float: right; } .ahah-progress {