don't cache
This commit is contained in:
parent
596b49f3b1
commit
21a361b3e1
|
@ -2,6 +2,9 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Countdown Timer</title>
|
<title>Countdown Timer</title>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// meta
|
// meta
|
||||||
var version = "0.9.001"
|
var version = "0.9.002"
|
||||||
var debug = false;
|
var debug = false;
|
||||||
|
|
||||||
var style = 'green';
|
var style = 'green';
|
||||||
|
|
Loading…
Reference in New Issue