forked from p34709852/monkey
Removed the unused load new config button
This commit is contained in:
parent
87cdac12db
commit
85ee6804ee
|
@ -174,10 +174,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="config" style="overflow: visible" class="panel-body panel-collapse collapse in" aria-expanded="true">
|
<div id="config" style="overflow: visible" class="panel-body panel-collapse collapse in" aria-expanded="true">
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<button id="btnNewConfigLoad" class="btn btn-default" type="button"
|
|
||||||
onclick="loadNewMonkeysConfig()" style="margin-top:-4px">
|
|
||||||
Load
|
|
||||||
</button>
|
|
||||||
<button id="btnNewConfigUpdate" class="btn btn-default" type="button"
|
<button id="btnNewConfigUpdate" class="btn btn-default" type="button"
|
||||||
onclick="updateNewMonkeysConfig()" style="margin-top:-4px">
|
onclick="updateNewMonkeysConfig()" style="margin-top:-4px">
|
||||||
Update
|
Update
|
||||||
|
|
Loading…
Reference in New Issue