only open help dialog via keyboard if no other dialog or screen is present

This commit is contained in:
rolux 2011-11-02 08:27:22 +00:00
commit 3a682c7932
6 changed files with 23 additions and 26 deletions

View file

@ -4,7 +4,7 @@ pandora.ui.folders = function() {
that = Ox.Element()
.css({overflowX: 'hidden', overflowY: 'auto'})
.bindEvent({
resize: pandora.resizeFolders
resize: pandora.resizeFolders,
});
var counter = 0;
//var $sections = [];