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:
@@ -652,6 +652,9 @@ function singlecheckboxFormatter(value, row){
|
||||
}
|
||||
|
||||
function ratingFormatter(value, row) {
|
||||
if (value == 0) {
|
||||
return "";
|
||||
}
|
||||
return (value/2);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user