feat: Change - to _ for selector names
This commit is contained in:
parent
245227d7e9
commit
d533563569
9 changed files with 16 additions and 16 deletions
|
|
@ -39,7 +39,7 @@ tags:
|
|||
<p>This needs to be seen and acknowledged.<br>So an interaction must be made to continue.</p>
|
||||
</div>
|
||||
<div id="idle" class="step op_hide">
|
||||
<div class="mouse-overlay"></div>
|
||||
<div class="mouse_overlay"></div>
|
||||
<div class="hello">Hello World!</div>
|
||||
<p class="hello">Only left mouse click or any key</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ tags:
|
|||
|
||||
{% block body %}
|
||||
<main>
|
||||
<form id="www-search" class="flex inline" action="https://duckduckgo.com/">
|
||||
<form id="www_search" class="flex inline" action="https://duckduckgo.com/">
|
||||
<input id="qrySearch" class="input_io" name="q" placeholder="Suchbegriff" type="text" required/>
|
||||
<input class="button_io" value="Suchen" type="submit"/>
|
||||
</form>
|
||||
|
|
@ -65,7 +65,7 @@ tags:
|
|||
return base + '?' + params.toString();
|
||||
}
|
||||
|
||||
document.getElementById('www-search').addEventListener('submit', function (e) {
|
||||
document.getElementById('www_search').addEventListener('submit', function (e) {
|
||||
e.preventDefault();
|
||||
const query = document.getElementById('qrySearch').value.trim();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue