Skip to content

Commit

Permalink
[Fix] Data does not load: Cookies + Cache Busting
Browse files Browse the repository at this point in the history
* Cookies are required to store settings on the browser.
* The site now *fails gracefully* when a user has cookies disabled.
* A message replaces the settings form when cookies are disabled.
  • Loading branch information
brianhanifin committed Aug 1, 2014
1 parent 8ec1939 commit 9ad3a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="customTitle">Nightscout</h1>
<div class="appName"></div>
<div>version <span class="version"></span></div>
<div class="links">
<a href="https://github.com/nightscout/cgm-remote-monitor/wiki/0.3.0-Release-Notes">Release Notes</a><br />
<a href="https://github.com/nightscout/cgm-remote-monitor/releases">Release Notes</a><br />
<a href="http://github.com/nightscout/cgm-remote-monitor">Open Source</a><br />
<a href="http://www.nightscout.info">Community</a><br />
</div>
Expand Down

0 comments on commit 9ad3a53

Please sign in to comment.