Remove PlexPy Pushover API token

* User's own API token is now required
This commit is contained in:
JonnyWong16 2015-12-30 15:50:42 -08:00
parent f31c4dcccd
commit 6d5b5e15d5
3 changed files with 29 additions and 34 deletions

View file

@ -158,12 +158,7 @@ from plexpy import helpers
});
});
$('#testSlack').click(function() {
$.get("/test_slack", function(data) { $('#ajaxMsg').html("<i class='fa fa-check'></i>" + data); });
$('#ajaxMsg').addClass('success').fadeIn().delay(3000).fadeOut();
});
$('#pushbullet_apikey').on('change', function () {
$('#pushbullet_apikey, #pushover_apitoken').on('change', function () {
doAjaxCall('set_notification_config', $(this), 'tabs', true);
reloadModal();
return false;