Browse Source

[phr] 진료관리 현황판에서 play 중일 때 마지막 페이지에서 멈추는 현상 수정.

sjpark 4 years ago
parent
commit
3c4e43ea38
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

@@ -124,7 +124,7 @@ function nextPage() {
 	
 	var next = $("#pagination .active").next();
 
-	if (!next.is(':visible')) {
+	if (!next.is(':visible') || next.hasClass("disabled")) {
 		$("#pagination .first").click();
 	}
 	else {