Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-01-20 17:36:44 +0800
Commit
fe93a750a0575736812ea765b17897d540e6c041
1 parent
31b2f089
latest walk length bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/product/latest-walk.js
web-static/js/product/latest-walk.js
View file @
fe93a75
...
...
@@ -13,7 +13,7 @@ var $latestWalkCount = $('#latest-walk-count');
(
function
()
{
var
tpl
;
if
(
$latestWalkCount
.
length
<
0
)
{
if
(
$latestWalkCount
.
length
===
0
)
{
return
;
}
...
...
Please
register
or
login
to post a comment