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

@ -12,7 +12,7 @@ pandora.ui.printView = function(data) {
);
$($loading.find('img')[0]).attr({
src: Ox.getImageURL('symbolLoadingAnimated', null, 'oxlight')
src: Ox.UI.getImageURL('symbolLoadingAnimated', null, 'oxlight')
});
Ox.$body.css({
background: 'rgb(255, 255, 255)',