new home
This commit is contained in:
parent
a5dfc438d3
commit
2b0f2d7b99
7 changed files with 309 additions and 343 deletions
|
|
@ -112,10 +112,6 @@ pandora.ui.home = function() {
|
|||
var folder = pandora.getListData().folder,
|
||||
value = $findInput.value();
|
||||
folder && pandora.$ui.folderList[folder].options({selected: []});
|
||||
if (pandora.user.ui.section == 'items') {
|
||||
pandora.$ui.findSelect.value('*');
|
||||
pandora.$ui.findInput.value(value);
|
||||
}
|
||||
that.fadeOutScreen();
|
||||
pandora.UI.set({
|
||||
page: '',
|
||||
|
|
@ -127,6 +123,8 @@ pandora.ui.home = function() {
|
|||
},
|
||||
section: 'items'
|
||||
});
|
||||
pandora.$ui.findSelect && pandora.$ui.findSelect.value('*');
|
||||
pandora.$ui.findInput && pandora.$ui.findInput.value(value);
|
||||
}
|
||||
})
|
||||
.appendTo(that),
|
||||
|
|
@ -153,6 +151,7 @@ pandora.ui.home = function() {
|
|||
}
|
||||
})
|
||||
.appendTo(that),
|
||||
|
||||
$signupButton = Ox.Button({
|
||||
title: Ox._('Sign Up'),
|
||||
width: 74
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue