mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 11:48:26 -04:00
Fix accidentally hidden checkbox for Internet access
Former-commit-id: 936aa57265e5e24bf64173e0bec3c8417dbf2251 [formerly 14b78e9350442dcfab196ada27020080be6a519f] Former-commit-id: 33f97ac6f6621ba5034b1bdd7ea217103ba05e68
This commit is contained in:
parent
bc9d6e9614
commit
16e5da08dc
@ -468,9 +468,11 @@
|
||||
<td style="width:100%;">Opens library of archives for download:<br /><i>Warning:</i> this will use data</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="padding-top:10px;">
|
||||
<input type="checkbox" name="allowInternetAccess" id="allowInternetAccessCheck"><b> Allow Internet access?</b>
|
||||
</p>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="allowInternetAccess" id="allowInternetAccessCheck">
|
||||
<span class="checkmark"></span>
|
||||
<b>Allow Internet access?</b>
|
||||
</label>
|
||||
</div>
|
||||
<div id="downloadLinks" style="display: none;"></div>
|
||||
<pre id="serverResponse" class="panel-footer" style="display:none;"></pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user