Skip to content

Commit

Permalink
換行
Browse files Browse the repository at this point in the history
換行
  • Loading branch information
yanyiyi committed Jul 3, 2018
1 parent b679fb3 commit 8982b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/textJSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
for (var i = 0; i < dataAmount; i++) {
aLatitude[i] = dataLog.feed.entry[i].gsx$lati.$t;
aLongtitude[i] = dataLog.feed.entry[i].gsx$longi.$t;
$('#ext').append(aLatitude[i] + aLongtitude[i]);
$('#ext').append("<br>" + aLatitude[i] + "," + aLongtitude[i]);
} //end for
} //end function data
); //end get JSON
Expand Down

0 comments on commit 8982b6b

Please sign in to comment.