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:
+1
-1
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-footer clearfix">
|
||||
<button id="btnAdd" class="btn btn-primary pull-right">Add</button>
|
||||
<button type="button" id="btnAdd" class="btn btn-primary pull-right">Add</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user