dont use new Ox.

This commit is contained in:
j 2011-06-19 19:49:25 +02:00
commit 4b7224526a
32 changed files with 140 additions and 140 deletions

View file

@ -10,14 +10,14 @@ pandora.ui.rightPanel = function() {
}
});
} else {
that = new Ox.Element()
that = Ox.Element()
.css({padding: '8px'});
pandora.api.getPage(pandora.user.ui.sitePage, function(result) {
that.html(result.data.body).css({overflowY: 'auto'});
});
}
} else if (pandora.user.ui.section == 'items') {
that = new Ox.SplitPanel({
that = Ox.SplitPanel({
elements: [
{
element: pandora.$ui.toolbar = pandora.ui.toolbar(),