File tree Expand file tree Collapse file tree 7 files changed +13
-11
lines changed
Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nightscout" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
44 "dependencies" : {
55 "jquery" : " 2.1.0" ,
66 "jQuery-Storage-API" : " ~1.7.2" ,
Original file line number Diff line number Diff line change 11'use strict' ;
22var translate = require ( '../language' ) ( ) . translate ;
3+ var d3 = ( global && global . d3 ) || require ( 'd3' ) ;
34
45var calibrations = {
56 name : 'calibrations'
Original file line number Diff line number Diff line change 33var _ = require ( 'lodash' ) ;
44var moment = window . moment ;
55var times = require ( '../times' ) ;
6+ var d3 = ( global && global . d3 ) || require ( 'd3' ) ;
67
78var daytoday = {
89 name : 'daytoday'
Original file line number Diff line number Diff line change 11{
22 "name" : " Nightscout" ,
3- "version" : " 0.8.2 " ,
3+ "version" : " 0.8.3 " ,
44 "description" : " Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime." ,
55 "license" : " AGPL-3.0" ,
66 "author" : " Nightscout Team" ,
Original file line number Diff line number Diff line change 2525 < meta name ="msapplication-config " content ="/browserconfig.xml ">
2626 < meta name ="theme-color " content ="#333333 ">
2727
28- < link rel ="stylesheet " type ="text/css " href ="/css/drawer.css?v=0.8.2 " />
29- < link rel ="stylesheet " type ="text/css " href ="/css/main.css?v=0.8.2 " />
28+ < link rel ="stylesheet " type ="text/css " href ="/css/drawer.css?v=0.8.3 " />
29+ < link rel ="stylesheet " type ="text/css " href ="/css/main.css?v=0.8.3 " />
3030 < link rel ="stylesheet " type ="text/css " href ="/css/dropdown.css " />
31- < link rel ="stylesheet " type ="text/css " href ="/css/sgv.css?v=0.8.2 " />
31+ < link rel ="stylesheet " type ="text/css " href ="/css/sgv.css?v=0.8.3 " />
3232 < link rel ="stylesheet " type ="text/css " href ="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css " />
3333 < link rel ="stylesheet " type ="text/css " href ="/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css ">
3434 </ head >
284284 < audio src ="/audio/alarm2.mp3 " preload ="auto " loop ="true " class ="urgent alarm2 mp3 " type ="audio/mp3 "> </ audio >
285285 </ div >
286286
287- < script src ="/api/v1/status.js?v=0.8.2 "> </ script >
288- < script src ="/public/js/bundle.js?v=0.8.2 "> </ script >
287+ < script src ="/api/v1/status.js?v=0.8.3 "> </ script >
288+ < script src ="/public/js/bundle.js?v=0.8.3 "> </ script >
289289 < script src ="/socket.io/socket.io.js "> </ script >
290290 < script src ="/bower_components/jQuery-Storage-API/jquery.storageapi.min.js "> </ script >
291291 < script src ="/bower_components/tipsy-jmalonzo/src/javascripts/jquery.tipsy.js "> </ script >
Original file line number Diff line number Diff line change 2323 < meta name ="msapplication-config " content ="/browserconfig.xml ">
2424 < meta name ="theme-color " content ="#333333 ">
2525
26- < link rel ="stylesheet " type ="text/css " href ="/css/report.css " />
26+ < link rel ="stylesheet " type ="text/css " href ="/css/report.css?v=0.8.3 " />
2727 < link rel ="stylesheet " type ="text/css " href ="/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css ">
2828 </ head >
2929 < body >
@@ -116,8 +116,8 @@ <h1><img src="/images/logo1.png"><span class="translate">Nightscout reporting</s
116116 < hr >
117117 < b > < span class ="translate "> Authentication status</ span > : </ b > < span id ="authentication_placeholder "> </ span >
118118
119- < script src ="/api/v1/status.js "> </ script >
120- < script src ="/public/js/bundle.js "> </ script >
119+ < script src ="/api/v1/status.js?v=0.8.3 "> </ script >
120+ < script src ="/public/js/bundle.js?v=0.8.3 "> </ script >
121121 < script src ="/socket.io/socket.io.js "> </ script >
122122 < script src ="/bower_components/jQuery-Storage-API/jquery.storageapi.min.js "> </ script >
123123 < script src ="/bower_components/tipsy-jmalonzo/src/javascripts/jquery.tipsy.js "> </ script >
@@ -126,7 +126,7 @@ <h1><img src="/images/logo1.png"><span class="translate">Nightscout reporting</s
126126 < script src ="/bower_components/jquery-flot/jquery.flot.time.js "> </ script >
127127 < script src ="/bower_components/jquery-flot/jquery.flot.fillbetween.js "> </ script >
128128 < script src ="/bower_components/jquery-ui/jquery-ui.min.js "> </ script >
129- < script src ="/report/js/report.js "> </ script >
129+ < script src ="/report/js/report.js?v=0.8.3 "> </ script >
130130 < script src ="/report/js/flotcandle.js "> </ script >
131131 </ body >
132132</ html >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments