summaryrefslogtreecommitdiffstats
path: root/js/app/app.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-10 15:19:30 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-10 15:19:30 +0200
commit3843f75b494bd8f612dc7b940a1d9b331d70f581 (patch)
treeb7342ddf4820b3d060bbbae5b5aa64235bc492a1 /js/app/app.coffee
parent347000cc2d5597c1971942ebdbe97461c9fa5802 (diff)
undo queue fixes (unittests not adjusted yet: todo fix folderbusinesslayer and feedbusinesslayer specs)
Diffstat (limited to 'js/app/app.coffee')
-rw-r--r--js/app/app.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/app.coffee b/js/app/app.coffee
index a6e0511f4..32a77a9e3 100644
--- a/js/app/app.coffee
+++ b/js/app/app.coffee
@@ -28,6 +28,7 @@ angular.module('News', ['OC', 'ui']).config ($provide) ->
scrollTimeout: 500
feedUpdateInterval: 1000*60*3 # miliseconds
itemBatchSize: 20
+ undoTimeout: 1000*10 # miliseconds
# the autoPageFactor defines how many articles must be left
# before it starts autopaging
autoPageFactor: 10