Index: js/ajax.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/js/ajax.js,v
retrieving revision 1.7
diff -r1.7 ajax.js
55a56,57
>         //Enable the save button.
>         $('#edit-save').removeAttr('disabled');
185a188,190
>     //Disable the save button.
>     $('#edit-save').attr('disabled', 'true');
>     
