Unverified Commit 2bc633eb authored by cgm78's avatar cgm78 Committed by GitHub
Browse files

Removed local file dependency.

parent 3f73376f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@
	</script>
	<!-- Declares the stylesheet for the page.-->
	<link rel="stylesheet" href="cssBeingUsed.css">
	<!-- Gets the autcomplete.js library for use.-->
	<script src="./autoComplete.js/dist/js/autoComplete.js"></script>
	<!-- Gets the autcomplete.js library for use (Doesn't look like I need this, keeping it for now just in case).
	<script src="./autoComplete.js/dist/js/autoComplete.js"></script> -->
	<!--Link to demo stylesheet, keeping for now in case I need it.
		<head><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@7.2.0/dist/css/autoComplete.min.css">
	</head>-->
	<!-- Declares id of input field which will be used for the autcomplete.-->
	<input id="autoComplete" tabindex="1"></input>  <!-- Default "id" value = "autoComplete"> -->
	<body>
	<!-- Gets the other autocomplete file library for use.-->
	<script src="./autoComplete.js/dist/js/autoComplete.min.js"></script>
	<!-- Gets the other autocomplete file library for use (Doesn't look like I need this, keeping it for now just in case).
	<script src="./autoComplete.js/dist/js/autoComplete.min.js"></script> -->
	<!-- Gets require.js for use in autcomplete.-->
	<script src="./require.js"></script>
	<script>