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
wangqing
9 years ago
Commit
3474af26986f820e3a718d1482c8999ba2a5bfad
1 parent
6be65cc2
logo链接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/header.js
web-static/js/header.js
View file @
3474af2
...
...
@@ -824,7 +824,7 @@ function actionTipPic() {
}
}
});
logolink
=
$
(
'.first-nav-item .cure'
).
find
(
'.name-cn'
).
find
(
'
name-cn
'
).
attr
(
'href'
);
logolink
=
$
(
'.first-nav-item .cure'
).
find
(
'.name-cn'
).
find
(
'
a
'
).
attr
(
'href'
);
$
(
'.main-link'
).
attr
(
'href'
,
logolink
);
}
...
...
Please
register
or
login
to post a comment