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
xuqi
10 years ago
Commit
13b3414b3f7e7c53693b7f0e99b081b29e8e32e5
1 parent
a0997318
guang info mlellipsis
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
static/js/guang/info.js
static/js/guang/info.js
View file @
13b3414
...
...
@@ -35,10 +35,6 @@ function setLazyLoadAndMellipsis($infos) {
$title
=
$this
.
find
(
'.info-title'
),
$text
=
$this
.
find
(
'.info-text'
);
//减少重复调用
if
(
$title
.
attr
(
'title'
)
&&
$text
.
attr
(
'title'
))
{
return
;
}
$title
[
0
].
mlellipsis
(
2
);
$text
[
0
].
mlellipsis
(
2
);
});
...
...
Please
register
or
login
to post a comment