summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-04-20 20:07:14 +0000
committerDries Buytaert <dries@buytaert.net>2009-04-20 20:07:14 +0000
commita6233dfe2065e011b38adeb9480e0b741fe48f84 (patch)
tree7aef57f144c9366ca433b4bca567a4287eb44e25 /misc
parentf09028107ca18a8f897ff517d2ed04688e1c567d (diff)
downloadbrdo-a6233dfe2065e011b38adeb9480e0b741fe48f84.tar.gz
brdo-a6233dfe2065e011b38adeb9480e0b741fe48f84.tar.bz2
- Patch #439038 by JeremyFrench: fixed typo in CSS file.
Diffstat (limited to 'misc')
-rw-r--r--misc/ahah.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ahah.js b/misc/ahah.js
index 70199f35a..ebfdffb75 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);