Ox.UI -> Ox

This commit is contained in:
rolux 2014-09-25 18:59:29 +02:00 committed by j
commit 2dc987fd22
31 changed files with 76 additions and 76 deletions

View file

@ -249,7 +249,7 @@ pandora.ui.list = function() {
unique: 'id',
width: window.innerWidth
- ui.showSidebar * ui.sidebarSize - 1
- Ox.UI.SCROLLBAR_SIZE
- Ox.SCROLLBAR_SIZE
})
.addClass('OxMedia')
.bindEvent({
@ -541,10 +541,10 @@ pandora.ui.list = function() {
// fixme: doesn't update title icon, passes useless options
if (hasIcons()) {
if (ui.listView == 'list') {
src = Ox.UI.getImageURL(
src = Ox.getImageURL(
data.value == 'posters' ? 'symbolSetPoster' : 'symbolIcon'
);
previousSrc = Ox.UI.getImageURL(
previousSrc = Ox.getImageURL(
data.previousValue == 'posters' ? 'symbolSetPoster' : 'symbolIcon'
);
that.find('img[src="' + previousSrc + '"]').attr({src: src});