마이페이지 문자 세부내역 탭 오류수정
@cd723bbb016bea005a06a7b8a622e4a0ca4aef56
--- src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp
+++ src/main/webapp/WEB-INF/jsp/web/user/mberInfoIndex.jsp
... | ... | @@ -55,7 +55,7 @@ |
| 55 | 55 |
$tab.siblings("li.tab").removeClass("active");
|
| 56 | 56 |
$tab.siblings("li.tab").find("button").removeAttr("title");
|
| 57 | 57 |
|
| 58 |
- $("#pageType").val(pageType);
|
|
| 58 |
+ document.listForm.pageType.value = pageType; |
|
| 59 | 59 |
payUserListAjax(1); |
| 60 | 60 |
} |
| 61 | 61 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?