use Deluge.config.base for the path to the status html page rather than just /
This commit is contained in:
parent
8de2d30de0
commit
84374fd83a
|
@ -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…
Reference in New Issue