소스 검색

Update admin.main.js

tags/6.5.6
叙述、别离 3 일 전
부모
커밋
11e8a6b8eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/static/web/js/admin.main.js

+ 1
- 1
src/static/web/js/admin.main.js 파일 보기

@@ -118,7 +118,7 @@ function ChangeFullDiv(showhide, screenheigt) {
newobj.id = "fullpagediv";
newobj.style.position = "absolute";
newobj.className = "fullpagediv";
//newobj.style.height = document.body.clientHeight + 50 + "px";
newobj.style.height = document.body.clientHeight + "px";
document.body.appendChild(newobj);
} else {
newobj.style.display = "block";


불러오는 중...
취소
저장