mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-13 02:17:55 +01:00
change thumbnails service due to service is down
This commit is contained in:
parent
802c9d3375
commit
144a5061a3
@ -67,7 +67,7 @@ mindplot.widget.LinkIconTooltip = new Class({
|
||||
});
|
||||
|
||||
var img = new Element('img', {
|
||||
src:'http://immediatenet.com/t/m?Size=1024x768&URL=' + linkIcon.getModel().getUrl(),
|
||||
src:'http://api.webthumbnail.org?width=250&height=250&screen=1024&url=' + linkIcon.getModel().getUrl(),
|
||||
img:linkIcon.getModel().getUrl(),
|
||||
alt:linkIcon.getModel().getUrl()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user