mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Add type="button" to all buttons.
The default is `type="submit"`. Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@
|
||||
<input id="domain" type="url" class="form-control" placeholder="Domain to look for (example.com or sub.example.com)" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off">
|
||||
<input id="quiet" type="hidden" value="no">
|
||||
<span class="input-group-btn">
|
||||
<button id="btnSearch" class="btn btn-default" type="button">Search partial match</button>
|
||||
<button id="btnSearchExact" class="btn btn-default" type="button">Search exact match</button>
|
||||
<button type="button" id="btnSearch" class="btn btn-default">Search partial match</button>
|
||||
<button type="button" id="btnSearchExact" class="btn btn-default">Search exact match</button>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user