mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Issue 1735 fix.
- Not to show popup menu icon. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10644 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a4123d0bc6
commit
71a87ed4b7
3 changed files with 189 additions and 72 deletions
|
|
@ -381,7 +381,7 @@ if(jQuery) jQuery.noConflict();
|
|||
|
||||
var styleText = "";
|
||||
var click_str = "";
|
||||
if(icon) styleText = " style=\"background-image:url('"+icon+"')\" ";
|
||||
/* if(icon) styleText = " style=\"background-image:url('"+icon+"')\" "; */
|
||||
switch(target) {
|
||||
case "popup" :
|
||||
click_str = " onclick=\"popopen(this.href,'"+target+"'); return false;\"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue