same for default site dialog

This commit is contained in:
rolux 2013-08-27 08:44:41 +00:00
parent ab6fa1c363
commit e9afeca13e

View file

@ -144,6 +144,12 @@ pandora.ui.siteDialog = function(section) {
} else if (selected == 'news') {
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);
}
});