From fa7952523e2ca14e8f97d4085cfa006cc22eb25a Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 29 Jan 2013 02:08:37 +0000 Subject: [PATCH] spacing --- src/static/js/pad.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/static/js/pad.js b/src/static/js/pad.js index 93e785cdd..27dd3b737 100644 --- a/src/static/js/pad.js +++ b/src/static/js/pad.js @@ -365,10 +365,10 @@ function handshake() } $.extend($.gritter.options, { - position: 'bottom-right', // defaults to 'top-right' but can be 'bottom-left', 'bottom-right', 'top-left', 'top-right' (added in 1.7.1) - fade_in_speed: 'medium', // how fast notifications fade in (string or int) - fade_out_speed: 2000, // how fast the notices fade out - time: 6000 // hang on the screen for... + position: 'bottom-right', // defaults to 'top-right' but can be 'bottom-left', 'bottom-right', 'top-left', 'top-right' (added in 1.7.1) + fade_in_speed: 'medium', // how fast notifications fade in (string or int) + fade_out_speed: 2000, // how fast the notices fade out + time: 6000 // hang on the screen for... }); var pad = {