mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user