Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ var $latestWalkCount = $('#latest-walk-count'); | @@ -13,7 +13,7 @@ var $latestWalkCount = $('#latest-walk-count'); | ||
13 | (function() { | 13 | (function() { |
14 | var tpl; | 14 | var tpl; |
15 | 15 | ||
16 | - if ($latestWalkCount.lenght < 0) { | 16 | + if ($latestWalkCount.length < 0) { |
17 | return; | 17 | return; |
18 | } | 18 | } |
19 | 19 |
-
Please register or login to post a comment