Remove Switch Scrips
This commit is contained in:
parent
7e4d891915
commit
91cad4971e
@ -18,9 +18,6 @@
|
||||
<td>
|
||||
<input type="hidden" name="data[idle_worker]" value="0" />
|
||||
<input type="checkbox" class="switch" data-size="small" name="data[idle_worker]" id="idle_worker" value="1"{nocache}{if $SETTINGS['idle_worker']|default:"0" == 1}checked{/if}{/nocache} />
|
||||
<script>
|
||||
$("[id='idle_worker']").bootstrapSwitch();
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
{if $DISABLE_BLOCKNOTIFICATIONS|default:"" != 1}
|
||||
@ -31,9 +28,6 @@
|
||||
<td>
|
||||
<input type="hidden" name="data[new_block]" value="0" />
|
||||
<input type="checkbox"class="switch" data-size="small" name="data[new_block]" id="new_block" value="1"{nocache}{if $SETTINGS['new_block']|default:"0" == 1}checked{/if}{/nocache} />
|
||||
<script>
|
||||
$("[id='new_block']").bootstrapSwitch();
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
@ -53,9 +47,6 @@
|
||||
<td>
|
||||
<input type="hidden" name="data[success_login]" value="0" />
|
||||
<input type="checkbox" class="switch" data-size="small" name="data[success_login]" id="success_login" value="1"{nocache}{if $SETTINGS['success_login']|default:"0" == 1}checked{/if}{/nocache} />
|
||||
<script>
|
||||
$("[id='success_login']").bootstrapSwitch();
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user