auto-organize fix
This commit is contained in:
@@ -113,6 +113,8 @@
|
||||
|
||||
});
|
||||
|
||||
$('.liveTvTimerForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||
|
||||
}).on('pagebeforeshowready', "#liveTvTimerPage", function () {
|
||||
|
||||
var page = this;
|
||||
@@ -124,13 +126,4 @@
|
||||
currentItem = null;
|
||||
});
|
||||
|
||||
function liveTvTimerPage() {
|
||||
|
||||
var self = this;
|
||||
|
||||
self.onSubmit = onSubmit;
|
||||
}
|
||||
|
||||
window.LiveTvTimerPage = new liveTvTimerPage();
|
||||
|
||||
})(window, jQuery, document);
|
||||
Reference in New Issue
Block a user