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

View File

@@ -232,7 +232,7 @@ function initTable() {
}
var button =
'<button class="btn btn-danger btn-xs" type="button" id="deleteDomain_' +
'<button type="button" class="btn btn-danger btn-xs" id="deleteDomain_' +
data.id +
'">' +
'<span class="far fa-trash-alt"></span>' +