mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-13 19:45:56 +00:00
BrowserSteps - Session keep alive timer countdown fix
This commit is contained in:
@@ -420,7 +420,6 @@ $(document).ready(function () {
|
|||||||
apply_buttons_disabled = false;
|
apply_buttons_disabled = false;
|
||||||
$("#browsersteps-img").css('opacity', 1);
|
$("#browsersteps-img").css('opacity', 1);
|
||||||
$('ul#browser_steps li .control .apply').css('opacity', 1);
|
$('ul#browser_steps li .control .apply').css('opacity', 1);
|
||||||
browserless_seconds_remaining = data.browser_time_remaining;
|
|
||||||
$("#loading-status-text").hide();
|
$("#loading-status-text").hide();
|
||||||
set_first_gotosite_disabled();
|
set_first_gotosite_disabled();
|
||||||
}).fail(function (data) {
|
}).fail(function (data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user