forked from 0x2620/oxjs
Ox.UI.getImageURL -> Ox.getImageURL
This commit is contained in:
parent
1000cfe73e
commit
4ea696b451
14 changed files with 36 additions and 36 deletions
|
|
@ -31,7 +31,7 @@ Ox.FormPanel = function(options, self) {
|
|||
format: function(value) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.UI.getImageURL('symbolCheck')
|
||||
src: Ox.getImageURL('symbolCheck')
|
||||
})
|
||||
.css({
|
||||
width: '10px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue