Skip to content

Commit

Permalink
javascript broke, let's fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyLemon committed Feb 6, 2024
1 parent 81ff1a8 commit d61e217
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>DAMN DOG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,300,700|Roboto:400,300,700,400italic">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:37:56.570Z">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:46:07.057Z">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The guessing game for wikiHow illustrations.">
<meta http-equiv="last-modified" content="2024-02-06T04:37:56.570Z">
<meta http-equiv="last-modified" content="2024-02-06T04:46:07.057Z">
<link rel="canonical" href="https://damn.dog">
<!-- favicons-->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
Expand Down Expand Up @@ -252,7 +252,7 @@ <h2>GAME OVER</h2>
gtag('config', 'UA-15129990-16');

</script>
<script src="js/min/damn.vue.min.js"></script>
<script src="js/min/damn.vue.min.js?v=2024-02-06T04:46:07.057Z"></script>
<script src="https://cdn.trackjs.com/agent/v3/latest/t.js" crossorigin></script>
<script>
window.TrackJS && TrackJS.install({
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 4.0,
"name": "damn dog",
"short_name": "damn dog",
"manifest_version": "4.0.1",
"name": "DAMN DOG",
"short_name": "DAMN DOG",
"description": "A guessing game for wikiHow illustrations.",
"default_locale": "en",
"display": "fullscreen",
Expand Down
6 changes: 3 additions & 3 deletions offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>DAMN DOG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,300,700|Roboto:400,300,700,400italic">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:37:56.486Z">
<link rel="stylesheet" href="css/damn.css?v=2024-02-06T04:46:07.013Z">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The guessing game for wikiHow illustrations.">
<meta http-equiv="last-modified" content="2024-02-06T04:37:56.486Z">
<meta http-equiv="last-modified" content="2024-02-06T04:46:07.013Z">
<link rel="canonical" href="https://damn.dog">
<!-- favicons-->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
Expand Down Expand Up @@ -222,7 +222,7 @@ <h2>GAME OVER</h2>
gtag('config', 'UA-15129990-16');

</script>
<script src="js/min/damn.vue.min.js"></script>
<script src="js/min/damn.vue.min.js?v=2024-02-06T04:46:07.013Z"></script>
<script src="https://cdn.trackjs.com/agent/v3/latest/t.js" crossorigin></script>
<script>
window.TrackJS && TrackJS.install({
Expand Down
2 changes: 1 addition & 1 deletion pug/partials/_javascripts.pug
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script.
gtag('js', new Date());
gtag('config', 'UA-15129990-16');

script(src="js/min/damn.vue.min.js")
script(src="js/min/damn.vue.min.js?v="+lastUpdated)

//- trackJS
script(src="https://cdn.trackjs.com/agent/v3/latest/t.js" crossorigin)
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cacheName = 'v2.17';
const cacheName = 'v2.18';
const offlineUrl = '/offline.html';
const offlineFiles = [
'/index.html',
Expand Down

0 comments on commit d61e217

Please sign in to comment.