Showing
1 changed file
with
1 additions
and
1 deletions
@@ -89,7 +89,7 @@ $('.more-activity').click(function() { | @@ -89,7 +89,7 @@ $('.more-activity').click(function() { | ||
89 | $('.more-activity').hide(); | 89 | $('.more-activity').hide(); |
90 | $('.back-ground-white').each(function(index, e) { | 90 | $('.back-ground-white').each(function(index, e) { |
91 | if(index > 9) { | 91 | if(index > 9) { |
92 | - $(e)git .show(); | 92 | + $(e).show(); |
93 | } | 93 | } |
94 | }); | 94 | }); |
95 | }); | 95 | }); |
-
Please register or login to post a comment