Compare commits
No commits in common. "4cc90b47768ab583bb802c6298baa4a6f5a9685b" and "9bc4a7334552d26dfb239db925c8af2a2baaad11" have entirely different histories.
4cc90b4776
...
9bc4a73345
1 changed files with 0 additions and 3 deletions
|
|
@ -115,10 +115,8 @@
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<form id="mask-form"
|
<form id="mask-form"
|
||||||
hx-get="/mask"
|
hx-get="/mask"
|
||||||
hx-on:htmx:load="window.getSelection().selectAllChildren(event.target);document.execCommand('copy');"
|
|
||||||
hx-swap="innerHTML">
|
hx-swap="innerHTML">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
autofocus
|
|
||||||
name="description"
|
name="description"
|
||||||
required
|
required
|
||||||
minlength="2">
|
minlength="2">
|
||||||
|
|
@ -138,5 +136,4 @@
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Reference in a new issue