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
毕凯
8 years ago
Commit
0b0c6506e450345aa46e5008380122595dc420ba
2 parents
1b2537c2
37e05f03
Merge branch 'hotfix/fixactivitybug' into 'master'
fix bug See merge request
!391
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 @
0b0c650
...
...
@@ -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