Fixes for redirect
This commit is contained in:
parent
d6039cec3a
commit
64c1a7a028
|
|
@ -124,7 +124,7 @@
|
|||
var completed = document.getElementById('completed');
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue