imageview 스크립트 오류 수정
This commit is contained in:
@ -50,10 +50,10 @@ function imageview(id, w, h)
|
|||||||
submenu.left = tempX - ( w + 11 );
|
submenu.left = tempX - ( w + 11 );
|
||||||
submenu.top = tempY - ( h / 2 );
|
submenu.top = tempY - ( h / 2 );
|
||||||
|
|
||||||
selectBoxVisible();
|
//selectBoxVisible();
|
||||||
|
|
||||||
if (el_id.style.display != 'none')
|
//if (el_id.style.display != 'none')
|
||||||
selectBoxHidden(id);
|
// selectBoxHidden(id);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user