We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it should ask only for active catalogs.
letssharebooks/library/static/local_calibre.js
Line 14 in b520250
and https://github.com/marcellmars/letssharebooks/blob/master/library/libraries.py should get: get_active_catalogs similiar to:
letssharebooks/library/libraries.py
Line 297 in b520250
The text was updated successfully, but these errors were encountered:
marcellmars
No branches or pull requests
it should ask only for active catalogs.
letssharebooks/library/static/local_calibre.js
Line 14 in b520250
should change to:
$.getJSON('get_active_catalogs', {}).done(function(catalogs) {
and https://github.com/marcellmars/letssharebooks/blob/master/library/libraries.py
should get:
get_active_catalogs
similiar to:
letssharebooks/library/libraries.py
Line 297 in b520250
The text was updated successfully, but these errors were encountered: