- 11 Aug, 2017 2 commits
- 30 Jul, 2017 5 commits
-
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
Added unidecode to required dependencys for same behavior as calibre in generating no ascii folder names (fix for #257)
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
- 29 Jul, 2017 6 commits
-
-
Mikhail Akushsky authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
- 28 Jul, 2017 1 commit
-
-
Jonathan Rehm authored
I imagine these buttons are still in use when JavaScript is disabled or not loading.
-
- 27 Jul, 2017 1 commit
-
-
Ethan Lin authored
merge
-
- 25 Jul, 2017 1 commit
-
-
Jonathan Rehm authored
-
- 23 Jul, 2017 17 commits
-
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
Also move datepicker logic into edit_books.js and edit_books.js below the datepicker file declaration(s)
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
Jonathan Rehm authored
If a date is not set, default to “0101-01-01”
-
Jonathan Rehm authored
-
Jonathan Rehm authored
-
OzzieIsaacs authored
# Conflicts: # cps/static/js/main.js # cps/templates/detail.html
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
OzzieIsaacs authored
-
- 22 Jul, 2017 4 commits
-
-
Jonathan Rehm authored
Since this is closer to the elements, we can be more sure that we won't have events fire when we don't want them to. For example, if we're viewing the page in a modal, we don't want the event handler living longer than the content itself.
-
Jonathan Rehm authored
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.
-
Jonathan Rehm authored
-
Jonathan Rehm authored
Gracefully fall back to standard requests if JavaScript is disabled
-
- 18 Jul, 2017 1 commit
-
-
Ozzie Isaacs authored
-
- 16 Jul, 2017 1 commit
-
-
OzzieIsaacs authored
-
- 14 Jul, 2017 1 commit
-
-
Jonathan Rehm authored
-