Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-01 17:24:13 +0800
Commit
77ba7f56bc0ce53929e97e6cc16eccf1df35c7b4
1 parent
462022e3
sub undefined bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/plugin/filter.js
static/js/plugin/filter.js
View file @
77ba7f5
...
...
@@ -44,7 +44,7 @@ function setSubClassify($this) {
var
html
,
shower
;
if
(
$this
.
hasClass
(
'chosed'
))
{
return
;
return
$sub
;
}
$sub
.
children
(
'.chosed'
).
removeClass
(
'chosed'
);
...
...
Please
register
or
login
to post a comment