Commit ce13ae63848b4468617a97de52952630d7bd24d5
1 parent
a5da368d
Exists in
master
and in
49 other branches
#9505 - Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/AmdaApp.js
@@ -190,7 +190,7 @@ Ext.define('amdaApp.AmdaApp', { | @@ -190,7 +190,7 @@ Ext.define('amdaApp.AmdaApp', { | ||
190 | this.callParent(); | 190 | this.callParent(); |
191 | 191 | ||
192 | // TT duration management | 192 | // TT duration management |
193 | - Ext.state.Manager.getProvider().set('tt_duration', 4); | 193 | + Ext.state.Manager.getProvider().set('tt_duration', 3); |
194 | 194 | ||
195 | // now ready... | 195 | // now ready... |
196 | //override createWindow method of desktop | 196 | //override createWindow method of desktop |