Loading AutoComplete/index.html +0 −5 Original line number Diff line number Diff line Loading @@ -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"> --> Loading Loading
AutoComplete/index.html +0 −5 Original line number Diff line number Diff line Loading @@ -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"> --> Loading