Ox splitup

This commit is contained in:
j 2011-04-23 01:33:51 +02:00
commit de0977d3b9
2 changed files with 5 additions and 8 deletions

View file

@ -7,7 +7,7 @@
// fixme: don't reload full right panel on sortSelect
// fixme: clear items cache after login/logout
(function() {
Ox.UI(function() {
window.pandora = new Ox.App({url: '/api/'}).launch(function(data) {
@ -3808,7 +3808,7 @@
delete obj[key];
}
});
Ox.length(obj) && pandora.api.setUI(obj);
Ox.len(obj) && pandora.api.setUI(obj);
//alert('set ' + JSON.stringify(obj))
}
}
@ -3977,4 +3977,4 @@
}
}
})();
});