Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
whb
10 years ago
Commit
73669091eb64e47ca79da54576211718f1ba748f
2 parents
61ac045a
509e1179
资讯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
res/js/mobile.js
res/js/mobile.js
View file @
7366909
...
...
@@ -156,8 +156,8 @@ define('mobile', function(require, exports) {
};
exports
.
news
=
function
()
{
$
(
'select'
).
on
(
'click'
,
function
()
{
/*var nowIndex = $('option').not(function() {
$
(
'select'
).
on
(
'change'
,
function
()
{
/* var nowIndex = $('option').not(function() {
return !this.selected
}).index();
$('.news-main').removeClass('current').eq(nowIndex).addClass('current');*/
...
...
Please
register
or
login
to post a comment