Commit e1c02b1b by Brian Talbot

Studio: removing preventDefault from course creator request button

parent b28b4bfb
......@@ -23,7 +23,6 @@
});
$('#request-coursecreator-submit').click(function(e){
(e).preventDefault();
$(this).toggleClass('is-disabled is-submitting').find('.label').text('Submitting Your Request');
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment