Skip to content

Commit 39302c1

Browse files
committed
Remove main.js script references from HTML files and delete the main.js file to clean up unused code.
1 parent 72e5cad commit 39302c1

File tree

4 files changed

+3
-134
lines changed

4 files changed

+3
-134
lines changed

essays.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<!-- Jquery Min Library -->
3535
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
36-
<script src="./js/main.js"/></script>
36+
<!-- <script src="./js/main.js"/></script> -->
3737

3838
</head>
3939
<body id="essays">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
3131
<!-- Jquery Min Library -->
3232
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" defer></script>
33-
<script src="./js/main.js" defer></script>
33+
<!-- <script src="./js/main.js" defer></script> -->
3434
</head>
3535
<body>
3636
<section class="hero">

js/main.js

Lines changed: 0 additions & 131 deletions
This file was deleted.

poems.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<!-- Jquery Min Library -->
3636
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
37-
<script src="./js/main.js"/></script>
37+
<!-- <script src="./js/main.js"/></script> -->
3838
</head>
3939
<body id="poems">
4040
<section class="writing">

0 commit comments

Comments
 (0)