Showing
1 changed file
with
1 additions
and
0 deletions
@@ -3,6 +3,7 @@ var $ = require('jquery'), | @@ -3,6 +3,7 @@ var $ = require('jquery'), | ||
3 | var employ; | 3 | var employ; |
4 | 4 | ||
5 | window.rePosFooter(); | 5 | window.rePosFooter(); |
6 | +$('.yoho-footer').css('border-top', '1px solid #e0e0e0'); | ||
6 | $('.employ span').each(function(index) { | 7 | $('.employ span').each(function(index) { |
7 | employ = new Hammer($('.employ span')[index]); | 8 | employ = new Hammer($('.employ span')[index]); |
8 | employ.on('tap', function(e) { | 9 | employ.on('tap', function(e) { |
-
Please register or login to post a comment