|
@@ -8,9 +8,8 @@
|
|
|
<body>
|
|
|
<script>inc("head.html")</script>
|
|
|
<h1 class="update">Update</h1>
|
|
|
- <form id="upload" class="idle"
|
|
|
- action="sys/fwupdate" method="post" onsubmit="uploadfile()"
|
|
|
- data-ref="10" data-ref-url="status.html">
|
|
|
+ <form id="upload" action="sys/fwupdate" method="post"
|
|
|
+ onsubmit="uploadfile()" data-ref="10" data-ref-url="status.html">
|
|
|
<fieldset class="firmware">
|
|
|
<legend>Firmware</legend>
|
|
|
<input type="file" name="file" hidden accept=".fw" onchange="uploadfile()" />
|