mg-children-branch
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -30,11 +30,11 @@ function setCallback(t, p) { | @@ -30,11 +30,11 @@ function setCallback(t, p) { | ||
30 | 30 | ||
31 | setTimeout(function() { | 31 | setTimeout(function() { |
32 | $tip.hide(); | 32 | $tip.hide(); |
33 | - }, 5); | 33 | + }, 200); |
34 | } else if ('A' === event.target.tagName){ | 34 | } else if ('A' === event.target.tagName){ |
35 | setTimeout(function() { | 35 | setTimeout(function() { |
36 | $tip.hide(); | 36 | $tip.hide(); |
37 | - }, 5); | 37 | + }, 200); |
38 | } else { | 38 | } else { |
39 | $tip.hide(); | 39 | $tip.hide(); |
40 | } | 40 | } |
-
Please register or login to post a comment