Fixes for redirect
This commit is contained in:
parent
d6039cec3a
commit
64c1a7a028
|
|
@ -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
|
||||||
Loading…
Reference in New Issue