From 54a5c5859f4de9a6e082f4f4c1207556efea0a95 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 27 Apr 2011 19:51:39 +0000 Subject: [PATCH] use Ox.UI.PATH for images --- static/js/pandora.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 9e8528d..1008c32 100755 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -896,14 +896,14 @@ Ox.load('UI', { format: function() { return $('') .attr({ - src: '/static/oxjs/build/png/Ox.UI/icon16.png' + src: Ox.UI.PATH + 'png/icon16.png' }); }, id: 'id', operator: '+', title: $('') .attr({ - src: '/static/oxjs/build/png/Ox.UI/icon16.png' + src: Ox.UI.PATH + 'png/icon16.png' }) .css({ width: '10px', @@ -1086,7 +1086,7 @@ Ox.load('UI', { format: function() { return $('') .attr({ - src: '/static/oxjs/build/png/Ox.UI/icon16.png' + src: Ox.UI.PATH + 'png/icon16.png' }) }, id: 'id', @@ -1130,7 +1130,7 @@ Ox.load('UI', { { format: function() { return $('').attr({ - src: '/static/oxjs/build/png/Ox.UI/icon16.png' + src: Ox.UI.PATH + 'png/icon16.png' }); }, id: 'user',