Skip to content

Commit 4c78dac

Browse files
committed
prevent caching
1 parent 049a12b commit 4c78dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link href="css/demo.css" rel="stylesheet">
1313

1414
<!-- Add IntroJs style -->
15-
<link href="introjs.css" rel="stylesheet">
15+
<link href="introjs.css?v=021" rel="stylesheet">
1616
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
1717
</head>
1818

@@ -88,6 +88,6 @@ <h4>Developed with &lt;3</h4>
8888
</div>
8989

9090
</div>
91-
<script type="text/javascript" src="intro.js"></script>
91+
<script type="text/javascript" src="intro.js?v=021"></script>
9292
</body>
9393
</html>

0 commit comments

Comments
 (0)