Browse Source

Merge branch 'master' into simplatform

sjpark 4 years ago
parent
commit
1954dcb669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/state.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/clinic/state.jsp

@@ -44,7 +44,7 @@ function deactiveReloadTimer() {
 function searchPatients() {
 	var keyword = $("#searchKeyword").val();
 
-	location.href = "./state?searchText="+keyword;
+	location.href = "./state?searchText="+encodeURIComponent(keyword);
 }
 
 function retrieveStateData(page) {