From 0126cb0aac9b737d6411ad8f7055128b8af9d926 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 13 May 2023 00:30:06 +0200 Subject: [PATCH] BrowserSteps - Session keep alive timer countdown fix --- changedetectionio/static/js/browser-steps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/static/js/browser-steps.js b/changedetectionio/static/js/browser-steps.js index 7a99c322..0039d12a 100644 --- a/changedetectionio/static/js/browser-steps.js +++ b/changedetectionio/static/js/browser-steps.js @@ -420,7 +420,6 @@ $(document).ready(function () { apply_buttons_disabled = false; $("#browsersteps-img").css('opacity', 1); $('ul#browser_steps li .control .apply').css('opacity', 1); - browserless_seconds_remaining = data.browser_time_remaining; $("#loading-status-text").hide(); set_first_gotosite_disabled(); }).fail(function (data) {