mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-20 18:17:40 +00:00
Bugfix for edit custom ratings in list edit mode
Bugfix for deleting custom enum in list edit mode
This commit is contained in:
@@ -645,6 +645,9 @@ function singlecheckboxFormatter(value, row){
|
||||
}
|
||||
|
||||
function ratingFormatter(value, row) {
|
||||
if (value == 0) {
|
||||
return "";
|
||||
}
|
||||
return (value/2);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user