1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-31 07:13:02 +00:00

Simplify the read functionality's code

* Use block label to toggle the checkbox
* Submit form when checkbox's value changes (regardless of whether mouse is used or not)
* Remove unused code
This commit is contained in:
Jonathan Rehm
2017-07-06 10:33:47 -07:00
parent 4ea9df753e
commit 4fe1536b7e
2 changed files with 10 additions and 25 deletions

View File

@@ -52,3 +52,4 @@ span.glyphicon.glyphicon-tags {padding-right: 5px;color: #999;vertical-align: te
.spinner {margin:0 41%;}
.spinner2 {margin:0 41%;}
.block-label {display: block;}