Closed dhasegan closed 10 years ago
I did this for submitting a review in the course page. Example for others:
me.reviewFormSubmit = function(event) {
s.submitReviewButton.attr('disabled', 'disabled');
s.reviewCollapser.collapse('hide');
s.expandReviewSubmit.addClass('hidden');
the disabled: disabled is what does the trick, by blocking a further click on the button
thanks for the tip, past me
Creates two items of the same kind. We have to fix this somehow