diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 8d7f1df..94f5449 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -520,7 +520,7 @@ $("[name=hospital-select]").change(function () { var url = window.location.href; url += window.location.search ? ("&project_id=" + $(this).val()) : ("?project_id=" + $(this).val()); - window.open(url); + window.open(url,'_self'); }) } (function () {