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