change config form button type to button
This commit is contained in:
parent
9854792407
commit
df0ff8cd7b
@ -16,8 +16,8 @@
|
||||
<div class="labels-inputs" id="user-configurable">
|
||||
</div>
|
||||
<div class="btn-group" id="form-actions">
|
||||
<button id="cancel">CANCEL</button>
|
||||
<button id="submit">SUBMIT</button>
|
||||
<button id="cancel" type="button">CANCEL</button>
|
||||
<button id="submit" type="button">SUBMIT</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user