File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 155
2+ # version 156
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 @@ -76,7 +76,7 @@ header {
7676 max-height : 50px ;
7777 line-height : normal;
7878 border-bottom : 5px solid # 33b5e5 ;
79- box-shadow : 0px 3 px 3px # 888 ;
79+ box-shadow : 0px 1 px 3px # 555 ;
8080 z-index : 5 ;
8181 position : relative;
8282}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var jsonp_callback = function(data) {
3131 var minutes = Math . floor ( ( ( new Date ( ) ) . getTime ( ) - time . getTime ( ) ) / 60000 ) ;
3232
3333 $ ( '#ssdv .label' ) . text ( "SSDV from " + img . payload + " " + img . received_packets + "/" + img . lost_packets + " taken " + minutes + " min ago" ) ;
34- $ ( '#ssdv img' ) . attr ( 'src' , 'http://ssdv.habhub.org' + img . image ) ;
34+ $ ( '#ssdv img' ) . attr ( 'src' , 'http://ssdv.habhub.org' + img . image + "?u=" + img . image_packets ) ;
3535 }
3636
3737 ssdv_last_id = data . last_id ;
You can’t perform that action at this time.
0 commit comments