mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
아이콘이 없을때 공용 팝업 메뉴의 간격이 벌어지는 것을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3602 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
78b76b949b
commit
de2a43eb43
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ function displayPopupMenu(ret_obj, response_tags, params) {
|
|||
if(!str || !func) continue;
|
||||
|
||||
if(icon) html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" style=\"background:url("+icon+") no-repeat left center; padding-left:18px;\" onclick=\""+func+"\">"+str+"</div>";
|
||||
else html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" onclick=\""+func+"\">"+str+"</div><br />";
|
||||
else html += "<div class=\""+className+"\" onmouseover=\"this.className='"+className+"_on'\" onmouseout=\"this.className='"+className+"'\" onclick=\""+func+"\">"+str+"</div>";
|
||||
}
|
||||
}
|
||||
loaded_popup_menu_list[menu_id] = html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue