change config form button type to button
This commit is contained in:
parent
d2bee8d432
commit
34d562349b
@ -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