1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-22 19:17:38 +00:00

Merge branch 'master' into Develop

# Conflicts:
#	cps/static/css/style.css
#	cps/web.py
This commit is contained in:
Ozzieisaacs
2021-11-13 17:41:16 +04:00
74 changed files with 4045 additions and 3404 deletions

View File

@@ -652,6 +652,9 @@ function singlecheckboxFormatter(value, row){
}
function ratingFormatter(value, row) {
if (value == 0) {
return "";
}
return (value/2);
}