You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parallel-library/cps
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.
7 years ago
..
static Prevent jQuery from cache busting static assets 7 years ago
templates Move jquery.form to layout.html 7 years ago
translations Added copyright for language names translations 7 years ago
__init__.py custom columns unfinished 8 years ago
book_formats.py Ensure file paths in uploads are non-empty, fix #183 (#184) 7 years ago
db.py Fixed Deleting user 7 years ago
epub.py Ensure file paths in uploads are non-empty, fix #183 (#184) 7 years ago
fb2.py Code cosmetics 7 years ago
gdriveutils.py Allow deleting books (fixes #119) 7 years ago
helper.py Updater now uses correct "gid" instead of "uid" for change ownership of files (Fix for #213 ) -> update should now working if user id differs from groupid 7 years ago
ub.py Integrate Iso639 language name translations to russian translation 7 years ago
uploader.py Reuse original code logic. 7 years ago
web.py Make changes suggested by codacy 7 years ago