show the movie/show title when requesting.

This commit is contained in:
Drewster727 2016-03-26 12:06:52 -05:00
commit 5b93282b78
2 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ function sendRequestAjax(data, type, url, buttonId) {
success: function (response) {
console.log(response);
if (response.result === true) {
generateNotify("Success!", "success");
generateNotify(response.message || "Success!", "success");
$('#' + buttonId).html("<i class='fa fa-check'></i> Requested");
$('#' + buttonId).removeClass("btn-primary-outline");