Ox -> Ox.UI

This commit is contained in:
rolux 2014-09-26 14:30:51 +02:00
commit 3a764b38f9
11 changed files with 22 additions and 22 deletions

View file

@ -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});