fixing paths

This commit is contained in:
rlx 2011-04-23 07:40:03 +00:00
parent 772774e330
commit 8ec86f0023

View file

@ -85,6 +85,8 @@ Ox.load('UI', {
app.ui.sectionButtonsWidth = app.$ui.sectionButtons.width() + 8; app.ui.sectionButtonsWidth = app.$ui.sectionButtons.width() + 8;
Ox.UI.hideLoadingScreen();
window.pandora.app = app; window.pandora.app = app;
} }
@ -892,14 +894,14 @@ Ox.load('UI', {
format: function() { format: function() {
return $('<img>') return $('<img>')
.attr({ .attr({
src: '/static/oxjs/build/png/ox.ui/icon16.png' src: '/static/oxjs/build/png/Ox.UI/icon16.png'
}); });
}, },
id: 'id', id: 'id',
operator: '+', operator: '+',
title: $('<img>') title: $('<img>')
.attr({ .attr({
src: '/static/oxjs/build/png/ox.ui/icon16.png' src: '/static/oxjs/build/png/Ox.UI/icon16.png'
}) })
.css({ .css({
width: '10px', width: '10px',
@ -1082,7 +1084,7 @@ Ox.load('UI', {
format: function() { format: function() {
return $('<img>') return $('<img>')
.attr({ .attr({
src: '/static/oxjs/build/png/ox.ui/icon16.png' src: '/static/oxjs/build/png/Ox.UI/icon16.png'
}) })
}, },
id: 'id', id: 'id',
@ -1126,7 +1128,7 @@ Ox.load('UI', {
{ {
format: function() { format: function() {
return $('<img>').attr({ return $('<img>').attr({
src: '/static/oxjs/build/png/ox.ui/icon16.png' src: '/static/oxjs/build/png/Ox.UI/icon16.png'
}); });
}, },
id: 'user', id: 'user',