1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-04 01:03:02 +00:00

Use ajax to add/remove books from shelves

Gracefully fall back to standard requests if JavaScript is disabled
This commit is contained in:
Jonathan Rehm
2017-07-21 20:42:01 -07:00
parent 2e8a268dfa
commit 5c3a5b6c39
5 changed files with 151 additions and 58 deletions

View File

@@ -53,3 +53,8 @@ span.glyphicon.glyphicon-tags {padding-right: 5px;color: #999;vertical-align: te
.spinner2 {margin:0 41%;}
.block-label {display: block;}
#remove-from-shelves .btn,
#shelf-action-errors {
margin-left: 5px;
}