set focus to the searchbar by default on page load

pull/16/head
hossein s. borhani 2 years ago committed by GitHub
parent 802372d903
commit 818caad629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ background-color: #eee;
</style>
</head>
<body>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for streams..." title="Type in a name">
<input autofocus type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for streams..." title="Type in a name">
<ul id="myUL">
<li><a href="https://raw.githubusercontent.com/junguler/m3u-radio-music-playlists/main/---everything-full.m3u">everything-full.m3u</a></li>
<li><a href="https://raw.githubusercontent.com/junguler/m3u-radio-music-playlists/main/---everything-lite.m3u">everything-lite.m3u</a></li>

Loading…
Cancel
Save