- Patch #439038 by JeremyFrench: fixed typo in CSS file.

merge-requests/26/head
Dries Buytaert 2009-04-20 20:07:14 +00:00
parent f09028107c
commit a6233dfe20
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -78,7 +78,7 @@ div.teaser-button-wrapper {
.progress .percentage {
float: left;
}
.progess-disabled {
.progress-disabled {
float: right;
}
.ahah-progress {