Skip to content

Commit

Permalink
[double-submit issue] using CSS class to disable buttons since the fo…
Browse files Browse the repository at this point in the history
…rm relies on the button field value for logic
  • Loading branch information
adamJLev committed Sep 13, 2013
1 parent 181387c commit 903f6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suit/static/suit/js/suit.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}

submitting = true;
$saveButtons.attr('disabled', true);
$saveButtons.addClass('disabled');
});
};

Expand Down

0 comments on commit 903f6b7

Please sign in to comment.