|
|
@ -83,7 +83,8 @@
|
|
|
|
cssPath: "{{ url_for('static', filename='css/') }}",
|
|
|
|
cssPath: "{{ url_for('static', filename='css/') }}",
|
|
|
|
bookUrl: "{{ url_for('static', filename=bookid) }}/",
|
|
|
|
bookUrl: "{{ url_for('static', filename=bookid) }}/",
|
|
|
|
bookmarkUrl: "{{ url_for('bookmark', book_id=bookid, book_format='EPUB') }}",
|
|
|
|
bookmarkUrl: "{{ url_for('bookmark', book_id=bookid, book_format='EPUB') }}",
|
|
|
|
bookmark: "{{ bookmark.bookmark_key if bookmark != None }}"
|
|
|
|
bookmark: "{{ bookmark.bookmark_key if bookmark != None }}",
|
|
|
|
|
|
|
|
useBookmarks: {{ g.user.is_authenticated | tojson }}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<script src="{{ url_for('static', filename='js/libs/jquery.min.js') }}"></script>
|
|
|
|
<script src="{{ url_for('static', filename='js/libs/jquery.min.js') }}"></script>
|
|
|
|