Add type="button" to all buttons.

The default is `type="submit"`.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-11 16:57:20 +03:00
parent c2f3baf25e
commit 43151d3c43
16 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<p><input type="checkbox" id="upload"> Upload debug log and provide token once finished</p>
<p>Once you click this button a debug log will be generated and can automatically be uploaded if we detect a working internet connection.</p>
<button class="btn btn-lg btn-primary btn-block" id="debugBtn">Generate debug log</button>
<button type="button" id="debugBtn" class="btn btn-lg btn-primary btn-block">Generate debug log</button>
<pre id="output" style="width: 100%; height: 100%;" hidden="true"></pre>
<script src="scripts/pi-hole/js/debug.js"></script>