Authored by whb

index.js

... ... @@ -2270,7 +2270,7 @@ var $latestWalkCount = $('#latest-walk-count');
(function() {
var tpl;
if ($latestWalkCount.length < 0) {
if ($latestWalkCount.length === 0) {
return;
}
... ...
This diff could not be displayed because it is too large.