Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
毕凯
2017-03-15 17:40:59 +0800
Commit
2b58e64c13544a6b05ca6aadf9fe7b3e5a63983d
2 parents
e4e2ad3c
37e05f03
Merge branch 'hotfix/fixactivitybug' into 'release/5.5'
fix bug See merge request
!390
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/feature.page.js
public/js/activity/feature.page.js
View file @
2b58e64
...
...
@@ -35,7 +35,7 @@ function topNavInit() {
if
(
topnav
.
length
)
{
var
doc
=
$
(
document
);
var
cloneNav
=
topnav
.
clone
().
addClass
(
'fixnav'
).
prependTo
(
$
(
'.feature-page'
));
var
cloneNav
=
topnav
.
clone
().
removeAttr
(
'id'
).
addClass
(
'fixnav'
).
prependTo
(
$
(
'.feature-page'
));
$
(
window
).
scroll
(
function
()
{
var
top
=
doc
.
scrollTop
();
...
...
Please
register
or
login
to post a comment