fix the path to the spacer image when using a different base to /

This commit is contained in:
Damien Churchill 2010-03-09 22:21:15 +00:00
parent 84374fd83a
commit c6da126f55
1 changed files with 1 additions and 1 deletions

View File

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