Merge branch 'feature/tipEmpty' into release/5.2
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ var $tip, tipItime; | @@ -31,7 +31,7 @@ var $tip, tipItime; | ||
31 | function show(con, dur) { | 31 | function show(con, dur) { |
32 | var content, duration; | 32 | var content, duration; |
33 | 33 | ||
34 | - if (typeof con === 'undefined') { | 34 | + if (typeof con === 'undefined' || con === '') { |
35 | return; | 35 | return; |
36 | } | 36 | } |
37 | 37 |
-
Please register or login to post a comment