Opened 12 years ago

Closed 12 years ago

#2232 closed bug (Fixed)

Lack of deluge.config.base in Flag Icon path in Peers Tab

Reported by: clippit Owned by: Damien Churchill
Priority: minor Milestone: 1.3.6
Component: Web UI Version: 1.3.5
Keywords: Cc:

Description

In /deluge/ui/web/js/deluge-all/details/PeersTab.js, the path of flag icon doesn't contain a deluge.config.base. The URL will be broken if the web ui isn't located in root path.

Attachments (1)

PeersTab.js.patch (465 bytes ) - added by clippit 12 years ago.

Download all attachments as: .zip

Change History (3)

by clippit, 12 years ago

Attachment: PeersTab.js.patch added

comment:1 by Calum, 12 years ago

Milestone: Future1.3.6
Version: git master1.3.5

There shouldn't be the extra slash before flag in src. Can you confirm it works without it:

src="{0}flag/{1}"

comment:2 by Calum, 12 years ago

Resolution: fixed
Status: newclosed

Fixed 1.3-stable: ffe0c168b

Note: See TracTickets for help on using tickets.