Quote:
Originally Posted by FrankJH
Code:
window.location="./display.html"; //?"+params.toString();
}
Apparently, the "window.location" is the problem here ... in the "View" of calibre, …
|
I’m just spit balling here…I haven’t delved into the coding… but, would you need a second period in front of the window location??
window.location="
../display.html"
That would normally designate a file in the same folder.