forked from 0x2620/pandora
same for default site dialog
This commit is contained in:
parent
ab6fa1c363
commit
e9afeca13e
1 changed files with 6 additions and 0 deletions
|
@ -144,6 +144,12 @@ pandora.ui.siteDialog = function(section) {
|
||||||
} else if (selected == 'news') {
|
} else if (selected == 'news') {
|
||||||
pandora.$ui.news.resize(data);
|
pandora.$ui.news.resize(data);
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
key_down: function() {
|
||||||
|
pandora.user.ui.page == 'news' && pandora.$ui.news.selectItem(1);
|
||||||
|
},
|
||||||
|
key_up: function() {
|
||||||
|
pandora.user.ui.page == 'news' && pandora.$ui.news.selectItem(-1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue