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-12-16 18:28:33 +0800
Commit
eefef04bd546434bdbd09c3a74f5cc8ed1e9a5f6
2 parents
2bda2e73
c4ae7c6c
mg-children-branch
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/img/sprite.me.png
static/js/plugin/rich-tip.js
static/img/sprite.me.png
View file @
eefef04
19.4 KB
|
W:
|
H:
569 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
static/js/plugin/rich-tip.js
View file @
eefef04
...
...
@@ -30,11 +30,11 @@ function setCallback(t, p) {
setTimeout
(
function
()
{
$tip
.
hide
();
},
5
);
},
200
);
}
else
if
(
'A'
===
event
.
target
.
tagName
){
setTimeout
(
function
()
{
$tip
.
hide
();
},
5
);
},
200
);
}
else
{
$tip
.
hide
();
}
...
...
Please
register
or
login
to post a comment