refactoring
This commit is contained in:
parent
dee49e3a46
commit
164961e562
16 changed files with 349 additions and 637 deletions
|
|
@ -3,9 +3,25 @@
|
|||
Pandora
|
||||
***/
|
||||
|
||||
/*
|
||||
---- UI Tree ----
|
||||
appPanel
|
||||
mainMenu
|
||||
mainPanel
|
||||
leftPanel
|
||||
sectionbar
|
||||
folders
|
||||
info
|
||||
rightPanel
|
||||
toolbar
|
||||
contentPanel
|
||||
browser <-- should be filters or browser
|
||||
list or item
|
||||
statusbar
|
||||
*/
|
||||
|
||||
// fixme: never set pandora.ui.videoPosition to 0 ... set to null a.k.a. delete
|
||||
// fixme: sort=-director doesn't work
|
||||
// fixme: don't reload full right panel on sortSelect
|
||||
// fixme: clear items cache after login/logout
|
||||
|
||||
Ox.load({
|
||||
|
|
@ -112,7 +128,7 @@ Ox.load({
|
|||
}
|
||||
|
||||
window.onpopstate = function(event) {
|
||||
pandora.URL.update();
|
||||
//pandora.URL.update();
|
||||
};
|
||||
|
||||
// set up url controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue