diff --git a/resources/views/bank/yodlee/auth.blade.php b/resources/views/bank/yodlee/auth.blade.php index 2479e2cacdc0..81b2ab9fe73f 100644 --- a/resources/views/bank/yodlee/auth.blade.php +++ b/resources/views/bank/yodlee/auth.blade.php @@ -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) { @@ -139,7 +139,7 @@ }, false); }(window)); - + @endpush \ No newline at end of file