Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-02 10:44:40 +0800
Commit
eba2841d5d608e28f568154e85658a665bb811f2
1 parent
70e1e524
fix click through bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
static/js/plugin/filter.js
static/js/plugin/filter.js
View file @
eba2841
...
...
@@ -104,6 +104,8 @@ function initFilter(opt) {
var
$this
=
$
(
e
.
target
),
$cur
;
e
.
preventDefault
();
//防止透点
if
(
$this
.
closest
(
'.filter-body'
).
length
>
0
)
{
$cur
=
$this
.
closest
(
'.sub-item'
);
if
(
$cur
.
length
>
0
)
{
...
...
Please
register
or
login
to post a comment