Skip to content

Commit 51fbcb7

Browse files
adjust navbar shadow; cache friendly url for SSDV
1 parent 900f444 commit 51fbcb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 155
2+
# version 156
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 3px 3px #888;
79+
box-shadow: 0px 1px 3px #555;
8080
z-index: 5;
8181
position: relative;
8282
}

js/ssdv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)