Updater wouldn't work when running a reverse proxy #236

This commit is contained in:
tidusjar 2016-05-27 14:04:40 +01:00
commit e3cd016dc7
2 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ $('#deleteTVShows').click(function (e) {
return;
}
loadingButton(buttonId, "success");
loadingButton(buttonId, "warning");
var url = createBaseUrl(base, '/approval/deletealltvshows');
$.ajax({
type: 'post',