mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Fix image icon render.
This commit is contained in:
parent
fd00a5e0fc
commit
fcb99490d8
@ -67,7 +67,7 @@ mindplot.widget.LinkIconTooltip = new Class({
|
||||
});
|
||||
|
||||
var img = new Element('img', {
|
||||
src:'http://open.thumbshots.org/image.pxf?url=' + linkIcon.getModel().getUrl(),
|
||||
src:'http://immediatenet.com/t/m?Size=1024x768&URL=' + linkIcon.getModel().getUrl(),
|
||||
img:linkIcon.getModel().getUrl(),
|
||||
alt:linkIcon.getModel().getUrl()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user