Ox -> Ox.UI
This commit is contained in:
parent
bd190b4695
commit
3a764b38f9
11 changed files with 22 additions and 22 deletions
|
|
@ -547,10 +547,10 @@ pandora.ui.list = function() {
|
|||
// fixme: doesn't update title icon, passes useless options
|
||||
if (hasIcons()) {
|
||||
if (ui.listView == 'list') {
|
||||
src = Ox.getImageURL(
|
||||
src = Ox.UI.getImageURL(
|
||||
data.value == 'posters' ? 'symbolSetPoster' : 'symbolIcon'
|
||||
);
|
||||
previousSrc = Ox.getImageURL(
|
||||
previousSrc = Ox.UI.getImageURL(
|
||||
data.previousValue == 'posters' ? 'symbolSetPoster' : 'symbolIcon'
|
||||
);
|
||||
that.find('img[src="' + previousSrc + '"]').attr({src: src});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue