fix the path to the spacer image when using a different base to /
This commit is contained in:
parent
84374fd83a
commit
c6da126f55
|
@ -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…
Reference in New Issue