2
0

Force a refresh of the referenced stylesheet and js.

This commit is contained in:
Maarten Billemont 2014-10-23 21:35:17 -04:00
parent 3076cc3de4
commit 653f90c59c

View File

@ -7,7 +7,7 @@
<meta content="Master Password is an ingenious password solution that makes your passwords truly impossible to lose." />
<meta name="apple-itunes-app" content="app-id=510296984" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/main.css?2">
</head>
<body>
<header>
@ -58,8 +58,8 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.min.js"><\/script>')</script>
<script src="js/dependencies.js?1"></script>
<script src="js/main.js?1"></script>
<script src="js/dependencies.js?2"></script>
<script src="js/main.js?2"></script>
</body>
</html>