Opened 14 years ago
Closed 14 years ago
#1567 closed patch (Fixed)
js from plugins does not work with different 'base' setting
Reported by: | wump | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | Web UI | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
Javascript files belonging to plugins are sourced from /js instead of a relative path. This causes them to break when a different base path is used. Attached patch fixes this problem.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | 0001-prefix-base-js-for-plugins.patch added |
---|
comment:1 by , 14 years ago
This patch is wrong. Using the relative path will not always work, should query the base explicitly from the Web component. The right fix is here:
https://github.com/laanwj/deluge/commit/f83d858fe3a46122ba842c9a31d6e6a3de055bd3
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 2e62140d2cd7a0c59b6429a71b0be26a135a9e8e.
Note:
See TracTickets
for help on using tickets.
patch