From e880410cd291260c7420b2d21a0cb264a91f7340 Mon Sep 17 00:00:00 2001 From: Joshua Barlin <jbarlin@myune.edu.au> Date: Sat, 18 Aug 2018 12:00:05 +1000 Subject: [PATCH] Don't need references to non-existant script! --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index a279fb8..589cfda 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@ <meta http-equiv="content-type" content="text/html"> <script src="js/jquery-3.3.1.js" defer="defer"></script> <script src="js/application.js" defer="defer"></script> - <script src="js/all.js" defer="defer"></script> <link href="css/core.css" rel="stylesheet" type="text/css" /> <title>eRecruitment Advertisment Designer</title> <meta name="author" content=”Christian, Andrew, Joshua”/> -- GitLab