mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 07:33:31 +00:00
fix the queue cell renderer
This commit is contained in:
parent
76f35aee85
commit
85f34614dc
@ -1,5 +1,5 @@
|
||||
function queue(value) {
|
||||
return value + 1;
|
||||
return (value == -1) ? "" : value + 1;
|
||||
}
|
||||
|
||||
function name(value, p, r) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user