Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郝肖肖
2016-11-16 14:13:58 +0800
Commit
06e0440ecbd54a80e4cf44c93037efdd2b39664b
2 parents
6dcad6cf
9d23de16
Merge branch 'feature/tipEmpty' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/plugin/tip.js
static/js/plugin/tip.js
View file @
06e0440
...
...
@@ -31,7 +31,7 @@ var $tip, tipItime;
function
show
(
con
,
dur
)
{
var
content
,
duration
;
if
(
typeof
con
===
'undefined'
)
{
if
(
typeof
con
===
'undefined'
||
con
===
''
)
{
return
;
}
...
...
Please
register
or
login
to post a comment