increase the dialogue timeout to 10 secs.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: I2eb5f22bd9d0f02e605179e4246fcaa89d3ade32
This commit is contained in:
parent
b6b1f77c81
commit
c860303345
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
/* global Hammer app */
|
||||
L.Control.JSDialog = L.Control.extend({
|
||||
options: {
|
||||
snackbarTimeout: 6000
|
||||
snackbarTimeout: 10000
|
||||
},
|
||||
dialogs: {},
|
||||
draggingObject: null,
|
||||
|
|
Loading…
Reference in a new issue