updated cache busters

This commit is contained in:
e7d 2016-11-12 09:48:24 +01:00
parent ef81677654
commit 7c40afb783
3 changed files with 7 additions and 7 deletions

View File

@ -7,8 +7,8 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css?d1104af">
<link rel="stylesheet" href="css/main.css?d1104af">
<link rel="stylesheet" href="css/normalize.css?ef81677">
<link rel="stylesheet" href="css/main.css?ef81677">
</head>
<body>
<div class="no-gamepad">No active gamepad. Press <kbd>H</kbd> to see how it works.</div>
@ -57,6 +57,6 @@
</div>
<script src="https://static.e7d.io/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/gamepad.js?d1104af"></script>
<script src="js/gamepad.js?ef81677"></script>
</body>
</html>

View File

@ -1,5 +1,5 @@
<link rel="stylesheet" href="templates/ds4/template.css?d1104af">
<script async src="templates/ds4/template.js?d1104af"></script>
<link rel="stylesheet" href="templates/ds4/template.css?ef81677">
<script async src="templates/ds4/template.js?ef81677"></script>
<div class="triggers">
<span class="trigger left" data-button="6" style="-webkit-clip-path: inset(100% 0px 0px 0pc);"></span>
<span class="trigger right" data-button="7" style="-webkit-clip-path: inset(100% 0px 0px 0pc);"></span>

View File

@ -1,5 +1,5 @@
<link rel="stylesheet" href="templates/xbox-one/template.css?d1104af">
<script async src="templates/xbox-one/template.js?d1104af"></script>
<link rel="stylesheet" href="templates/xbox-one/template.css?ef81677">
<script async src="templates/xbox-one/template.js?ef81677"></script>
<div class="triggers">
<span class="trigger left" data-button="6" style="-webkit-clip-path: inset(100% 0px 0px 0pc);"></span>
<span class="trigger right" data-button="7" style="-webkit-clip-path: inset(100% 0px 0px 0pc);"></span>