You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After page loaded every image src is changed to absolute path from relative, so if any image is provided by the module it is not loaded.
For example src for "images/icons/home.png" changed to "/images/icons/home.png".
I can see images during page load, but then they disappear because src for every image is changed.
If I manually edit image src with firebug then image is showed correctly.
You can check this by enabling http://labs.libre-entreprise.org/projects/wbmtranslator/ and going to module page.
The text was updated successfully, but these errors were encountered:
After page loaded every image src is changed to absolute path from relative, so if any image is provided by the module it is not loaded.
For example src for "images/icons/home.png" changed to "/images/icons/home.png".
I can see images during page load, but then they disappear because src for every image is changed.
If I manually edit image src with firebug then image is showed correctly.
You can check this by enabling http://labs.libre-entreprise.org/projects/wbmtranslator/ and going to module page.
The text was updated successfully, but these errors were encountered: