Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
yyq
9 years ago
Commit
5eb272f41ebfd1578b7e3e93e1f47b6773dfcaf9
2 parents
551cded0
b9a564f9
Merge branch 'hotfix/consult'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
static/js/product/detail/comments-consults.js
static/js/product/detail/comments-consults.js
View file @
5eb272f
...
...
@@ -91,7 +91,6 @@ if ($('.goods-consults-page').length > 0) {
if
(
readmoreHammer
)
{
readmoreHammer
.
on
(
'tap'
,
function
()
{
$
(
'.readmore'
).
hide
();
$
(
'.goods-consults.customer-consults'
).
removeClass
(
'customer-consults'
);
return
false
;
});
...
...
Please
register
or
login
to post a comment