only open help dialog via keyboard if no other dialog or screen is present
This commit is contained in:
parent
b85a637486
commit
3a682c7932
6 changed files with 23 additions and 26 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue