bugfix
This commit is contained in:
parent
b97d173f95
commit
b96298b31a
|
@ -26,9 +26,9 @@
|
||||||
<body onLoad="getJson(genList)">
|
<body onLoad="getJson(genList)">
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<button class="button" onClick="disableElement('punchList'), disableElement('punchDetail'), enableElement('newEvent')" id="put">New Punch Item</button>
|
<button class="button" onClick="disableElement('punchListAll'), disableElement('punchDetail'), enableElement('newEvent')" id="put">New Punch Item</button>
|
||||||
<button class="button" onClick="getJson(genList)" id="getJson">Refresh</button>
|
<button class="button" onClick="getJson(genList)" id="getJson">Refresh</button>
|
||||||
<button class="button" href="https://thelinux.pro/broadcast_timer">Time Boxer</button>
|
<a class="button" href="https://thelinux.pro/broadcast_timer">Time Boxer</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" id="editPunch">
|
<div class="row" id="editPunch">
|
||||||
|
|
Loading…
Reference in New Issue