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