diff --git a/public/javascripts/hoverIntent.js b/public/javascripts/hoverIntent.js index 91da57b2..dd8a9da2 100644 --- a/public/javascripts/hoverIntent.js +++ b/public/javascripts/hoverIntent.js @@ -5,7 +5,7 @@ var cfg = { sensitivity: 7, interval: 100, - timeout: 0 + timeout: 400 }; // override configuration options with user supplied object cfg = $.extend(cfg, g ? { over: f, out: g } : f ); @@ -81,4 +81,4 @@ return this.mouseover(handleHover).mouseout(handleHover); }; -})(jQuery); \ No newline at end of file +})(jQuery);