forked from 0x2620/pandora
dont close places dialog on escape
This commit is contained in:
parent
60a37b75df
commit
2d3139a76b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pandora.ui.placesDialog = function() {
|
||||||
width: width
|
width: width
|
||||||
}),
|
}),
|
||||||
height: height,
|
height: height,
|
||||||
keys: {enter: 'done', escape: 'done'},
|
//keys: {enter: 'done', escape: 'done'},
|
||||||
padding: 0,
|
padding: 0,
|
||||||
title: 'Manage Places',
|
title: 'Manage Places',
|
||||||
width: width
|
width: width
|
||||||
|
|
Loading…
Reference in a new issue