summaryrefslogtreecommitdiff
path: root/static/gritter/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/gritter/js')
-rwxr-xr-xstatic/gritter/js/jquery.gritter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gritter/js/jquery.gritter.js b/static/gritter/js/jquery.gritter.js
index 60305ba..b673f8f 100755
--- a/static/gritter/js/jquery.gritter.js
+++ b/static/gritter/js/jquery.gritter.js
@@ -22,7 +22,7 @@
$.gritter.options = {
fade_in_speed: 'medium', // how fast notifications fade in
fade_out_speed: 1000, // how fast the notices fade out
- time: 2500 // hang on the screen for...
+ time: 4500 // hang on the screen for...
}
/**