Remove inclusion of relative script file script.js on every page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user