Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-04 15:30:44 +0800
Commit
f2394bf4d5e191b0d491cb1d367cc7d73cda33cb
1 parent
0de1aac4
tip disaple
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 @
f2394bf
...
...
@@ -17,7 +17,7 @@ var $tip, tipItime;
$
(
'.yoho-page'
).
append
(
tipHtml
);
$tip
=
$
(
'#yoho-tip'
);
$tip
.
on
(
't
ap
'
,
function
()
{
$tip
.
on
(
't
ouchend
'
,
function
()
{
$tip
.
hide
();
//清除Timeout
...
...
Please
register
or
login
to post a comment