add logistic page codereview by 谢伟光
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -14,7 +14,7 @@ var winH = window.outerHeight, | @@ -14,7 +14,7 @@ var winH = window.outerHeight, | ||
14 | function addFooterTopBorder() { | 14 | function addFooterTopBorder() { |
15 | if (footH + bodyH > winH) { | 15 | if (footH + bodyH > winH) { |
16 | window.rePosFooter(); | 16 | window.rePosFooter(); |
17 | - }else{ | 17 | + } else { |
18 | $footer.css('border-top', '1px solid #f1f1f1'); | 18 | $footer.css('border-top', '1px solid #f1f1f1'); |
19 | } | 19 | } |
20 | } | 20 | } |
-
Please register or login to post a comment