Ox.UI.getImageURL -> Ox.getImageURL
This commit is contained in:
parent
1000cfe73e
commit
4ea696b451
14 changed files with 36 additions and 36 deletions
|
|
@ -24,7 +24,7 @@ Ox.VideoPlayerMenu = function(options, self) {
|
|||
return $item.data().group == group;
|
||||
}).forEach(function($item) {
|
||||
$($item.children()[1]).attr({
|
||||
src: Ox.UI.getImageURL('symbol' + (
|
||||
src: Ox.getImageURL('symbol' + (
|
||||
$item.data().id == id ? 'Check' : 'None'
|
||||
))
|
||||
});
|
||||
|
|
@ -62,7 +62,7 @@ Ox.VideoPlayerMenu = function(options, self) {
|
|||
}
|
||||
$('<div>').html(item.title).appendTo($item);
|
||||
$('<img>').attr({
|
||||
src: Ox.UI.getImageURL(
|
||||
src: Ox.getImageURL(
|
||||
'symbol' + (item.checked ? 'Check' : 'None')
|
||||
)
|
||||
}).appendTo($item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue