Remove inclusion of relative script file script.js on every page

This commit is contained in:
Matthew Grove
2019-01-27 15:56:20 +00:00
parent 771f861b59
commit 33d12b4e10
5 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,6 @@
<!-- import local styling & scripts --> <!-- import local styling & scripts -->
<script src="/js/global.js" type="text/javascript"></script> <script src="/js/global.js" type="text/javascript"></script>
<link href="/css/global.css" rel="stylesheet" type="text/css"> <link href="/css/global.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>

View File

@@ -41,7 +41,6 @@
<!-- import local styling & scripts --> <!-- import local styling & scripts -->
<script src="/js/global.js" type="text/javascript"></script> <script src="/js/global.js" type="text/javascript"></script>
<link href="/css/global.css" rel="stylesheet" type="text/css"> <link href="/css/global.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>

View File

@@ -41,7 +41,6 @@
<!-- import local styling & scripts --> <!-- import local styling & scripts -->
<script src="/js/global.js" type="text/javascript"></script> <script src="/js/global.js" type="text/javascript"></script>
<link href="/css/global.css" rel="stylesheet" type="text/css"> <link href="/css/global.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>

View File

@@ -41,7 +41,6 @@
<!-- import local styling & scripts --> <!-- import local styling & scripts -->
<script src="/js/global.js" type="text/javascript"></script> <script src="/js/global.js" type="text/javascript"></script>
<link href="/css/global.css" rel="stylesheet" type="text/css"> <link href="/css/global.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>
@@ -114,6 +113,8 @@
<div class="mdc-top-app-bar--fixed-adjust"> <div class="mdc-top-app-bar--fixed-adjust">
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
<script src="script.js" type="text/javascript"></script>
<h1 id="validate-your-number">Validate Your Number</h1> <h1 id="validate-your-number">Validate Your Number</h1>
<!-- input field (in a container so that unwanted overflow from :before & :after is hidden) --> <!-- input field (in a container so that unwanted overflow from :before & :after is hidden) -->
<div class="mdc-text-field-container"> <div class="mdc-text-field-container">

View File

@@ -6,6 +6,7 @@ icon: credit_card
--- ---
<link href="style.css" rel="stylesheet" type="text/css"> <link href="style.css" rel="stylesheet" type="text/css">
<script src="script.js" type="text/javascript"></script>
# Validate Your Number # Validate Your Number
<!-- input field (in a container so that unwanted overflow from :before & :after is hidden) --> <!-- input field (in a container so that unwanted overflow from :before & :after is hidden) -->