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

@ -769,7 +769,7 @@ pandora.enableDragAndDrop = function($list, canMove, section) {
})
.append(
$('<img>')
.attr({src: Ox.getImageURL(image)})
.attr({src: Ox.UI.getImageURL(image)})
.css({width: '16px', height: '16px'})
)
)