Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2015-12-02 13:15:39 +0800
Commit
04fa77d1a22ba5aca813e514a7aab5e2c90395b5
1 parent
c19650fd
add logistic page codereview by 谢伟光
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/me/logistic.js
static/js/me/logistic.js
View file @
04fa77d
...
...
@@ -14,7 +14,7 @@ var winH = window.outerHeight,
function
addFooterTopBorder
()
{
if
(
footH
+
bodyH
>
winH
)
{
window
.
rePosFooter
();
}
else
{
}
else
{
$footer
.
css
(
'border-top'
,
'1px solid #f1f1f1'
);
}
}
...
...
Please
register
or
login
to post a comment