Stabilize: cache busting attempt

This commit is contained in:
Brian Hanifin
2014-07-31 12:22:40 -07:00
parent 5b2fcdc756
commit 2968a98caf
+2 -2
View File
@@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NightScout</title>
<link href="/images/round1.png" rel="icon" id="favicon" type="image/png" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.3.3" />
<link rel="stylesheet" type="text/css" href="/css/dropdown.css" />
<link rel="stylesheet" type="text/css" href="/css/drawer.css" />
<link rel="stylesheet" type="text/css" href="/bower_components/tipsy-jmalonzo/src/stylesheets/tipsy.css" />
@@ -113,7 +113,7 @@
<script src="/bower_components/jQuery-Storage-API/jquery.storageapi.min.js"></script>
<script src="/bower_components/tipsy-jmalonzo/src/javascripts/jquery.tipsy.js"></script>
<script src="/js/ui-utils.js"></script>
<script src="/js/client.js"></script>
<script src="/js/client.js?v=0.3.3"></script>
<script src="/js/experiments.js"></script>
</body>
</html>