I have an ebook with some javascript that I want to view using calibre.
The ebook has a jquery button with an icon.
I want to view the ebook on mobile with the CalibreContentServer, so first I want to verify thet the CalibreContentServer can view the book properly from the desktop.
Viewing the ebook on the desktop via Calibre is ok - the button shows up with the icon and responds to clicks.
But viewing the ebook on the desktop via CalibreContentServer is not ok - the button responds to clicks ok, but I cannot see the button's icon.
I open the ebook via Chrome, and in devtools I see a GET error:
GET:
http://192.168.1.75:8080/img/icons/I...0182-power.png 404 (Not Found)
What should I do to view the button properly when using the CalibreContentServer on the Desktop?
Thanks,
Avi
p.s.
The problem can be see in:
https://drive.google.com/file/d/1N69...ew?usp=sharing