]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/configure.html
Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148
[github/shaarli/Shaarli.git] / tpl / configure.html
index 887be327321e1ef9b728c7b94ae3d8c3bb80fa5c..373d0690fc14dc773db2e4e5f3bcbf2c4e9bca46 100644 (file)
@@ -18,9 +18,6 @@
 
         <tr><td><b>Security:</b></td><td><input type="checkbox" name="disablesessionprotection" id="disablesessionprotection" {if="!empty($GLOBALS['disablesessionprotection'])"}checked{/if}><label for="disablesessionprotection">&nbsp;Disable session cookie hijacking protection (Check this if you get disconnected often or if your IP address changes often.)</label></td></tr>
 
-        <tr><td><b>Features:</b></td><td>
-               <input type="checkbox" name="disablejquery" id="disablejquery" {if="!empty($GLOBALS['disablejquery'])"}checked{/if}><label for="disablejquery">&nbsp;Disable jQuery and all heavy JavaScript (for example: Autocomplete in tags. Useful for slow computers.)</label>
-        </td></tr>
         <tr><td valign="top"><b>New link:</b></td><td>
                <input type="checkbox" name="privateLinkByDefault" id="privateLinkByDefault" {if="!empty($GLOBALS['privateLinkByDefault'])"}checked{/if}/><label for="privateLinkByDefault">&nbsp;All new links are private by default</label></td>
         </tr>