Skip to content

Commit

Permalink
lower hovercard mouseout timeout to basically zero
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed Jul 12, 2011
1 parent f6bf178 commit 75115cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/widgets/hovercard.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
};

if((typeof delayed === "boolean" && delayed) || (typeof delayed === "object" && delayed.type === "mouseleave")) {
self.hoverCardTimeout = setTimeout(callback, 200);
self.hoverCardTimeout = setTimeout(callback, 20);
}
else {
callback();
Expand Down

0 comments on commit 75115cc

Please sign in to comment.