Module: deluge Branch: master Commit: c6da126f5500cc2f53c081d3d7c356f3d003d54b
Author: Damien Churchill <[email protected]> Date: Tue Mar 9 22:21:15 2010 +0000 fix the path to the spacer image when using a different base to / --- deluge/ui/web/js/deluge-all/Deluge.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/js/deluge-all/Deluge.js b/deluge/ui/web/js/deluge-all/Deluge.js index 9184820..a6b6f9e 100644 --- a/deluge/ui/web/js/deluge-all/Deluge.js +++ b/deluge/ui/web/js/deluge-all/Deluge.js @@ -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; })(); -- 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.
