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
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
6a8c8aa6750e1bec9686f1a253577b5bafd49332
1 parent
dc13e641
代码条件语句优化。 code review by LZF
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/home/maybe-like.js
static/js/home/maybe-like.js
View file @
6a8c8aa
...
...
@@ -126,7 +126,7 @@ module.exports = function(specificGender) {
//加载到数据后,去除bottom样式,使得footer能够随着页面长度的增加改变位置
if
(
data
.
length
>
1
)
{
!
$footer
?
$footer
=
$
(
'#yoho-footer'
)
:
null
;
$footer
?
null
:
$footer
=
$
(
'#yoho-footer'
)
;
$footer
.
hasClass
(
'bottom'
)
?
$footer
.
removeClass
(
'bottom'
)
:
null
;
}
...
...
Please
register
or
login
to post a comment