xy 2 years ago
parent 16768f214a
commit ebbf36c16e

@ -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 () {

Loading…
Cancel
Save