mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
use Deluge.config.base for the path to the status html page rather than just /
This commit is contained in:
parent
8de2d30de0
commit
84374fd83a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Ext.deluge.details.StatusTab = Ext.extend(Ext.Panel, {
|
|||
'render': {
|
||||
fn: function(panel) {
|
||||
panel.load({
|
||||
url: '/render/tab_status.html',
|
||||
url: Deluge.config.base + 'render/tab_status.html',
|
||||
text: _('Loading') + '...'
|
||||
});
|
||||
panel.getUpdater().on('update', this.onPanelUpdate, this);
|
||||
|
|
Loading…
Add table
Reference in a new issue