Module: deluge Branch: master Commit: 84374fd83acf3a98ab1012905f3735742915f806
Author: Damien Churchill <[email protected]> Date: Tue Mar 9 22:19:01 2010 +0000 use Deluge.config.base for the path to the status html page rather than just / --- .../ui/web/js/deluge-all/Deluge.Details.Status.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.Details.Status.js b/deluge/ui/web/js/deluge-all/Deluge.Details.Status.js index 9d6b21f..4179135 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.Details.Status.js +++ b/deluge/ui/web/js/deluge-all/Deluge.Details.Status.js @@ -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); -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
