UI_PATH -> UI.PATH
This commit is contained in:
parent
3a764b38f9
commit
747f5bc8a0
2 changed files with 4 additions and 4 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue