Finished up #68 and #62

This commit is contained in:
tidusjar 2016-03-25 16:54:18 +00:00
commit 3d2c787062
11 changed files with 161 additions and 17 deletions

View file

@ -60,7 +60,7 @@ $(document).on("click", ".dropdownTv", function (e) {
$(document).on("click", ".requestMovie", function (e) {
var buttonId = e.target.id;
$("#" + buttonId).prop("disabled", true);
loadingButton(buttonId, "primary");
e.preventDefault();
var $form = $('#form' + buttonId);