update live tv scrolling
This commit is contained in:
@@ -179,17 +179,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
$(document).on('pageshow', "#scheduledTasksPage", function () {
|
||||
$(document).on('pageinitdepends', "#scheduledTasksPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
startInterval();
|
||||
reloadList(page);
|
||||
|
||||
$(ApiClient).on("websocketmessage", onWebSocketMessage).on("websocketopen", onWebSocketConnectionOpen);
|
||||
|
||||
$('#divScheduledTasks', page).on('click', '.btnStartTask', function () {
|
||||
|
||||
var button = this;
|
||||
@@ -211,6 +204,17 @@
|
||||
});
|
||||
});
|
||||
|
||||
}).on('pageshowready', "#scheduledTasksPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
startInterval();
|
||||
reloadList(page);
|
||||
|
||||
$(ApiClient).on("websocketmessage", onWebSocketMessage).on("websocketopen", onWebSocketConnectionOpen);
|
||||
|
||||
}).on('pagehide', "#scheduledTasksPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
Reference in New Issue
Block a user