Author: damoxc
Revision: 4890
Log:
use the universal classes for states
Diff:
Modified: trunk/deluge/ui/web/js/deluge-torrents.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-torrents.js 2009-03-20 08:03:54 UTC (rev
4889)
+++ trunk/deluge/ui/web/js/deluge-torrents.js 2009-03-20 08:57:36 UTC (rev
4890)
@@ -26,7 +26,7 @@
}
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) {
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---