Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
6 years ago
Commit
78cb7e8ee3a94141edeeb7f40e3c958fea117576
1 parent
b171303d
detail link
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail/intro.js
public/js/product/detail/intro.js
View file @
78cb7e8
...
...
@@ -27,7 +27,7 @@ function _getDetailDataBySizeInfo(intro) {
$intro
.
find
(
'a[href]'
).
each
(
function
()
{
const
$el
=
$
(
this
);
$el
.
attr
(
'href'
,
'javascript:;'
)
$el
.
attr
(
'href'
,
'javascript:;'
)
//eslint-disable-line
.
attr
(
'target'
,
''
)
.
attr
(
'title'
,
''
)
.
css
(
'cursor'
,
'initial'
);
...
...
Please
register
or
login
to post a comment