]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Added option to disable jQuery and heavy javascript
authorSebastien SAUVAGE <sebsauvage@sebsauvage.net>
Fri, 1 Mar 2013 21:21:10 +0000 (22:21 +0100)
committerSebastien SAUVAGE <sebsauvage@sebsauvage.net>
Fri, 1 Mar 2013 21:21:10 +0000 (22:21 +0100)
commit858c5c2b43ce16f6d4b388725ef2d7a95e4a1986
treea5d4f24761bd768ea44118803162907f814c3980
parent58046a19ae3e8cba4b4dbef783bd3caed2f6e881
Added option to disable jQuery and heavy javascript

Shaarli uses light Javascript in its normal operation, and some jQuery
for some features (autocomplete in tags, QR-Code popup...).
jQuery can be slow on small computers. An option has been added in
configuration screen to disable javascript features which are hard on
CPU.
(Note that the Picture Wall is awfully heavy *without* jQuery.)

(Side note: A *LOT* of users want Shaarli to work without javasript at
all, if possible. That's why I try to use as few javascript as possible:
It keeps Shaarli pages fast.)
index.php
tpl/configure.html
tpl/includes.html
tpl/linklist.html
tpl/page.footer.html
tpl/picwall.html