diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-09 15:36:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-09 15:36:25 +0100 |
commit | fac2ebd18720509a41fea47036300056665625ab (patch) | |
tree | dfd59b259ea31d7c7e307c9eeb60b42881f91287 /src/js/app.js | |
parent | 0bd61cc264657a9881addb0539514670d850b635 (diff) |
make photo upload timeout configurable
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/app.js b/src/js/app.js index 4709ea6..232031a 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -49,6 +49,7 @@ var tpl = { currentPosition: null, isAndroid: false, iPhoneModel: 0, + uploadTimeout: CONFIG.UPLOAD_TIMEOUT || 120000, currentDraft: new FMS.Draft(), allDrafts: new FMS.Drafts(), |