forked from 0x2620/pandora
Ox -> Ox.UI
This commit is contained in:
parent
bd190b4695
commit
3a764b38f9
11 changed files with 22 additions and 22 deletions
|
|
@ -101,7 +101,7 @@ pandora.ui.usersDialog = function() {
|
|||
format: function(value, data) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.getImageURL('symbolCheck')
|
||||
src: Ox.UI.getImageURL('symbolCheck')
|
||||
})
|
||||
.css({
|
||||
width: '10px',
|
||||
|
|
@ -123,7 +123,7 @@ pandora.ui.usersDialog = function() {
|
|||
format: function(value) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.getImageURL('symbolMail')
|
||||
src: Ox.UI.getImageURL('symbolMail')
|
||||
})
|
||||
.css({
|
||||
width: '10px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue