1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-07-03 18:43:16 +00:00
calibre-web/cps/static/js
Jonathan Rehm d85e0b96dc Prevent jQuery from cache busting static assets
If the HTML that's returned from the `$.get` request contains a `<script src="..."/>` tag it loads the JavaScript file via ajax, and by default it attaches a timestamp to it to bust cache. That means the file loads every time the modal is opened, and the browser treats it as a new file each time. The result is that code fires multiple times and events listeners are added multiple times.
2017-07-22 11:11:14 -07:00
..
libs Add translation of rich text editor 2017-07-08 11:19:36 +02:00
edit_books.js Code cosmetics 2017-04-03 20:05:55 +02:00
get_meta.js Fix #182, #176 2017-04-21 20:44:17 +02:00
main.js Prevent jQuery from cache busting static assets 2017-07-22 11:11:14 -07:00
shelforder.js Code cosmetics 2017-03-31 18:31:16 +02:00