UI_PATH -> UI.PATH

This commit is contained in:
rolux 2014-09-26 14:41:53 +02:00
commit 747f5bc8a0
2 changed files with 4 additions and 4 deletions

View file

@ -381,7 +381,7 @@ pandora.ui.statisticsDialog = function() {
).append(
$('<img>')
.attr({
src: Ox.UI_PATH + 'png/' + key
src: Ox.UI.PATH + 'png/' + key
+ name.replace(/ /g, '') + '128.png'
})
.css({
@ -457,7 +457,7 @@ pandora.ui.statisticsDialog = function() {
$element.append(
$('<img>')
.attr({
src: Ox.UI_PATH + 'png/' + key
src: Ox.UI.PATH + 'png/' + key
+ value.replace(/ /g, '') + '128.png'
})
.css({