Skip to content

Commit

Permalink
Reduced the delay before showing social sharing buttons to 20 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
max99x committed Sep 21, 2011
1 parent 1ec05ef commit 6db0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.coffee
Expand Up @@ -12,7 +12,7 @@ ANIMATION_DURATION = 700
MIN_PROGRESS_DURATION = 1
MAX_PROGRESS_DURATION = 1500
PROGRESS_ANIMATION_DURATION = 2000
SOCIAL_BUTTONS_DELAY = 30000
SOCIAL_BUTTONS_DELAY = 20000
$ = jQuery

# jQuery plugin to disable text selection (x-browser).
Expand Down

0 comments on commit 6db0b8d

Please sign in to comment.