Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-01-18 16:36:46 +09:00

View File

@ -313,7 +313,7 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행
function hideSideView()
{
if (document.getElementById("sizeview"))
if (document.getElementById("sideview"))
divDisplay ("sideview", 'none');
}