mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
use the main tracker icon url
This commit is contained in:
parent
8fe301a3d9
commit
29c32c0b6a
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ Deluge.Widgets.LabelSection = new Class({
|
||||||
el.store('filterName', name)
|
el.store('filterName', name)
|
||||||
el.addEvent('click', this.bound.clicked);
|
el.addEvent('click', this.bound.clicked);
|
||||||
if (this.name == 'tracker_host') {
|
if (this.name == 'tracker_host') {
|
||||||
var icon = 'url(http://' + name + '/favicon.ico)';
|
var icon = 'url(/tracker/icon/' + name + ')';
|
||||||
el.setStyle('background-image', icon);
|
el.setStyle('background-image', icon);
|
||||||
};
|
};
|
||||||
this.list.grab(el);
|
this.list.grab(el);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue