diff options
Diffstat (limited to 'misc/ahah.js')
-rw-r--r-- | misc/ahah.js | 2 |
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); |