We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9c19e commit 3af36eaCopy full SHA for 3af36ea
index.html
@@ -8,7 +8,7 @@
8
9
<link rel="stylesheet" href="css/bootstrap.min.css">
10
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
11
- <link rel="stylesheet" href="css/main.css">
+ <link rel="stylesheet" href="css/main.css?v=1">
12
<style>
13
</style>
14
@@ -87,7 +87,7 @@ <h2>How easy is it for you to imagine this performs in an unexpected way after d
87
<script src="js/ZeroClipboard.js"></script>
88
<script src="js/bootstrap.min.js"></script>
89
<script src="js/jquery.knob.js"></script>
90
- <script src="js/main.js"></script>
+ <script src="js/main.js?v=1"></script>
91
92
<script>
93
$(function() {
0 commit comments