mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
use the main tracker icon url
This commit is contained in:
parent
8fe301a3d9
commit
29c32c0b6a
@ -263,7 +263,7 @@ Deluge.Widgets.LabelSection = new Class({
|
||||
el.store('filterName', name)
|
||||
el.addEvent('click', this.bound.clicked);
|
||||
if (this.name == 'tracker_host') {
|
||||
var icon = 'url(http://' + name + '/favicon.ico)';
|
||||
var icon = 'url(/tracker/icon/' + name + ')';
|
||||
el.setStyle('background-image', icon);
|
||||
};
|
||||
this.list.grab(el);
|
||||
|
Loading…
x
Reference in New Issue
Block a user