summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-29 16:31:36 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-29 16:31:36 +1000
commitb8aee1d2b5f09ae68f46e00f83eccff2dcf0bb55 (patch)
treec3817a430dc7d170a333efdab4845d528fe4cf94 /templates
parent18f1d35de74438bb21fe18be13d8e8da3b4733e4 (diff)
Fixed a UI/UX bug with pressing enter on the importInput text input in the import screen
Diffstat (limited to 'templates')
-rw-r--r--templates/import.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/import.html b/templates/import.html
index 3d4afb0..101a02b 100644
--- a/templates/import.html
+++ b/templates/import.html
@@ -3,7 +3,7 @@
<label class="import-container" onclick="labelClicked(event)">
<div class="import-wrapper">
<form id="import-form" class="import-form" enctype="multipart/form-data" method="POST" action="/import">
- <input id="import-input" type="text" placeholder="Enter a valid URL or ID" required onchange="urlSelected()" />
+ <input id="import-input" type="text" name="url" placeholder="Enter a valid URL or ID" required onchange="urlSelected()" />
<div class="import-details">
<span id="import-message" class="import-message">No URL entered</span>
<div id="import-button-wrapper" class="import-button-wrapper">