1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Create profile xml structure

This commit is contained in:
Luke Pulverenti 2014-03-26 11:06:48 -04:00
parent a41f301fe2
commit 9b0d0e699a
2 changed files with 10 additions and 7 deletions

View file

@ -140,13 +140,13 @@
$('#addTriggerForm', page).off("submit");
$(this).off("popupafterclose");
});
},
onSubmit: function() {
ScheduledTaskPage.addTrigger();
$('#addTriggerForm', page).on('submit', function () {
ScheduledTaskPage.addTrigger();
return false;
});
return false;
},
addTrigger: function () {