use the universal classes for states

This commit is contained in:
Damien Churchill 2009-03-20 08:57:36 +00:00
parent 575efe1495
commit 846d8a0c8f

View File

@ -26,7 +26,7 @@ function queue(value) {
}
function name(value, p, r) {
return String.format('<div class="torrent-name {0}">{1}</div>', r.data['state'].toLowerCase(), value);
return String.format('<div class="torrent-name x-deluge-{0}">{1}</div>', r.data['state'].toLowerCase(), value);
}
function torrent_speed(value) {