mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-10 01:55:33 +00:00
make sure session is reset
This commit is contained in:
@@ -43,11 +43,13 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
function reset() {
|
||||
xpath_data=[];
|
||||
xpath_data = [];
|
||||
$('#browsersteps-img').attr('src', "");
|
||||
$("#browsersteps-click-start").show();
|
||||
$("#browsersteps-selector-wrapper .spinner").hide();
|
||||
browserless_seconds_remaining=0;
|
||||
browserless_seconds_remaining = 0;
|
||||
browsersteps_session_id = false;
|
||||
apply_buttons_disabled = true;
|
||||
}
|
||||
|
||||
// Show seconds remaining until playwright/browserless needs to restart the session
|
||||
|
||||
Reference in New Issue
Block a user