mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
added link pasting to the placeholder of the searchbox
This commit is contained in:
parent
bf59f3158c
commit
5a9f8bfb38
|
@ -68,7 +68,7 @@
|
|||
<main id="main_content">
|
||||
<div id="middle_section">
|
||||
<header id="search">
|
||||
<input id="searchbar" autocomplete="off" type="text" name="searchbar" value="" placeholder="Search..."
|
||||
<input id="searchbar" autocomplete="off" type="text" name="searchbar" value="" placeholder="Search or paste a link..."
|
||||
autofocus>
|
||||
</header>
|
||||
<section id="content">
|
||||
|
|
Loading…
Reference in a new issue