diff options
Diffstat (limited to 'src/static/js/gritter.js')
-rw-r--r-- | src/static/js/gritter.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/gritter.js b/src/static/js/gritter.js index c32cc758..9778707e 100644 --- a/src/static/js/gritter.js +++ b/src/static/js/gritter.js @@ -21,8 +21,6 @@ $.gritter.options = { position: '', class_name: '', // could be set to 'gritter-light' to use white notifications - fade_in_speed: 'medium', // how fast notifications fade in - fade_out_speed: 1000, // how fast the notices fade out time: 6000 // hang on the screen for... } |