imageview 스크립트 오류 수정

This commit is contained in:
chicpro
2013-03-22 14:54:40 +09:00
parent 71f406e90f
commit 9b0242820f

View File

@ -50,10 +50,10 @@ function imageview(id, w, h)
submenu.left = tempX - ( w + 11 );
submenu.top = tempY - ( h / 2 );
selectBoxVisible();
//selectBoxVisible();
if (el_id.style.display != 'none')
selectBoxHidden(id);
//if (el_id.style.display != 'none')
// selectBoxHidden(id);
}
</script>