사이드바 사라지지 않는 문제 관련 오타 수정
This commit is contained in:
@ -313,7 +313,7 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행
|
|||||||
|
|
||||||
function hideSideView()
|
function hideSideView()
|
||||||
{
|
{
|
||||||
if (document.getElementById("sizeview"))
|
if (document.getElementById("sideview"))
|
||||||
divDisplay ("sideview", 'none');
|
divDisplay ("sideview", 'none');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user