use Deluge.config.base for the path to the status html page rather than just /

This commit is contained in:
Damien Churchill 2010-03-09 22:19:01 +00:00
parent 8de2d30de0
commit 84374fd83a
1 changed files with 1 additions and 1 deletions

View File

@ -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);