forked from 0x2620/pandora
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({
|
||||
|
|
|
@ -222,7 +222,7 @@ pandora.ui.usersDialog = function() {
|
|||
.replace(/Windows (NT \d+\.\d+) \((.+)\)/, 'Windows $2 ($1)')
|
||||
})
|
||||
.attr({
|
||||
src: Ox.UI_PATH + 'png/system'
|
||||
src: Ox.UI.PATH + 'png/system'
|
||||
+ system.replace(/ /g, '') + '128.png'
|
||||
})
|
||||
.css({
|
||||
|
@ -253,7 +253,7 @@ pandora.ui.usersDialog = function() {
|
|||
tooltip: value
|
||||
})
|
||||
.attr({
|
||||
src: Ox.UI_PATH + 'png/browser'
|
||||
src: Ox.UI.PATH + 'png/browser'
|
||||
+ browser.replace(/ /g, '') + '128.png'
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue