This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Image link in dialog rewritten incorrectly #1557
Closed
Description
I have a dialog page containing in the HTML result of the ajax call:
<img src="http://192.168.100.2:8080/service/contests/net.playtouch.contests.sample/1/img/icon_2.jpg" class="floatleft" alt=""/>
when the dialog is displayed, this is transformed into:
<img alt="" class="floatleft" src="/service/contests/net.playtouch.contests.sample/1/skin/desktop/service/contests/net.playtouch.contests.sample/1/img/icon_2.jpg">
which is incorrect. This is the same domain but a different web application.
How can I say to jquery mobiel to not change the image link ?
Mathieu.