fixing paths
This commit is contained in:
parent
772774e330
commit
8ec86f0023
1 changed files with 6 additions and 4 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue