Open btxgit opened 10 years ago
templates/cbreader.html line 40 should be:
libPath: "{{ static_url('comicbook/js/') }}",
(needs the trailing / character or the path isn't created properly in comicbook.js.
Thanks, good find.
Done. See my comment on #4
templates/cbreader.html line 40 should be:
(needs the trailing / character or the path isn't created properly in comicbook.js.