]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/editlink.html
* removed the language attribute on the script element since it is obsolete and we...
[github/shaarli/Shaarli.git] / tpl / editlink.html
index 454dfff47e1f98abc3dd56d489c3e3de6e3bbd90..047e7f0dc09613c9f69b67aca1f691e70f991436 100644 (file)
@@ -33,7 +33,7 @@
 </div>
 {include="page.footer"}
 {if="($GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn()) && empty($GLOBALS['disablejquery'])"}
-<script language="JavaScript">
+<script>
 $(document).ready(function()
 {
     $('#lf_tags').autocomplete({source:'{$source}?ws=tags',minLength:1});