Fixes for redirect

This commit is contained in:
David Bomba 2022-09-07 15:31:28 +10:00
parent d6039cec3a
commit 64c1a7a028

View File

@ -124,7 +124,7 @@
var completed = document.getElementById('completed'); var completed = document.getElementById('completed');
completed.style.display = "block"; //block completed.style.display = "block"; //block
window.location.href = window.location.pathname+"?"+$.param({'window_closed':'true'}) window.location.href = window.location.pathname + "?window_closed=true";
}, },
onEvent: function (data) { onEvent: function (data) {
@ -139,7 +139,7 @@
}, },
false); false);
}(window)); }(window));
</script> </script>
@endpush @endpush