mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix the path to the spacer image when using a different base to /
This commit is contained in:
parent
84374fd83a
commit
c6da126f55
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
|
|||
}
|
||||
});
|
||||
Ext.getKeys = Ext.keys;
|
||||
Ext.BLANK_IMAGE_URL = '/images/s.gif';
|
||||
Ext.BLANK_IMAGE_URL = Deluge.config.base + 'images/s.gif';
|
||||
Ext.USE_NATIVE_JSON = true;
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue