don't cache
This commit is contained in:
parent
596b49f3b1
commit
21a361b3e1
|
@ -2,6 +2,9 @@
|
|||
<head>
|
||||
<title>Countdown Timer</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// meta
|
||||
var version = "0.9.001"
|
||||
var version = "0.9.002"
|
||||
var debug = false;
|
||||
|
||||
var style = 'green';
|
||||
|
|
Loading…
Reference in New Issue