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',