Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
沈志敏
2016-08-03 19:59:34 +0800
Commit
1354649bf3bc2979d11e695fc44080b19df78393
1 parent
49146879
code check
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/select.js
public/js/common/select.js
View file @
1354649
...
...
@@ -45,7 +45,7 @@ function Select(items) {
lis
.
each
(
function
(
index
)
{
if
(
$
(
this
).
attr
(
'status'
)
===
'false'
||
$
(
this
).
attr
(
'status'
)
===
''
)
{
$
(
this
).
click
(
function
(
e
)
{
$
(
this
).
click
(
function
()
{
hide
();
cb
(
items
[
index
]);
});
...
...
Please
register
or
login
to post a comment