Unverified Commit 4603262f authored by cgm78's avatar cgm78 Committed by GitHub
Browse files

Removed JS from html.

parent e6e63618
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -10,11 +10,6 @@
	</script>
	<!-- Declares the stylesheet for the page.-->
	<link rel="stylesheet" href="planetarynames.css">
	<!-- 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>-->
	<script src="./render.js"></script>
	<!-- Declares id of input field which will be used for the autcomplete.-->
	<input id="autoComplete" tabindex="1" onfocusout="unrenderBox()" onfocusin="renderBox()"></input>  <!-- Default "id" value = "autoComplete"> -->