Opened 11 years ago

Closed 11 years ago

#2232 closed bug (Fixed)

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

Reported by: clippit Owned by: damoxc
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 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by clippit

comment:1 Changed 11 years ago by Cas

  • Milestone changed from Future to 1.3.6
  • Version changed from git master to 1.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 Changed 11 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed 1.3-stable: ffe0c168b

Note: See TracTickets for help on using tickets.