File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 128
2+ # version 129
33
44# gogole maps files
55http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
Original file line number Diff line number Diff line change 33 < head >
44 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
55 < title > habitat mobile tracker</ title >
6- < meta name ="description " content ="A cross-device tracking application for high altitude ballooning with habitat " />
6+ < meta name ="description " content ="A cross-device web application for tracking high altitude balloons " />
77 < meta name ="author " content ="Rossen Georgiev " />
88 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 "/>
9- < meta name ="apple-mobile-web-app-title " content ="Mobile Tracker ">
9+ < meta name ="apple-mobile-web-app-title " content ="Habitat Tracker ">
1010 < meta name ="apple-mobile-web-app-capable " content ="yes " />
1111 < meta name ="apple-mobile-web-app-status-bar-style " content ="black " />
1212 < link rel ="apple-touch-icon " sizes ="144x144 " href ="img/apple-touch-icon.png " />
Original file line number Diff line number Diff line change @@ -865,6 +865,7 @@ function graphAddLastPosition(idx) {
865865
866866 // the rest of the series is from the data field
867867 var json = $ . parseJSON ( new_data . data ) ;
868+ if ( ! json ) return ;
868869
869870 $ . each ( json , function ( k , v ) {
870871 if ( isNaN ( v ) || v == "" ) return ; // only take data that is numerical
You can’t perform that action at this time.
0 commit comments