diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-11 14:56:22 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-11 14:56:22 +0100 |
commit | 486f25a5f4ab2a9191618edcb89ebb61350ff600 (patch) | |
tree | c19fbb34904a1c5148202d01fa723d29b0e1557d /tpl/editlink.html | |
parent | a2d5ef2127881561bf359390fac2d8d336a37335 (diff) | |
parent | fe16b01edb80ac2f2212125fadba8358dff91b95 (diff) | |
download | Shaarli-486f25a5f4ab2a9191618edcb89ebb61350ff600.tar.gz Shaarli-486f25a5f4ab2a9191618edcb89ebb61350ff600.tar.zst Shaarli-486f25a5f4ab2a9191618edcb89ebb61350ff600.zip |
Merge pull request #93 from ArthurHoaro/scripttag
Remove language attribute on script tag and improve QRCode JS
Diffstat (limited to 'tpl/editlink.html')
-rw-r--r-- | tpl/editlink.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/editlink.html b/tpl/editlink.html index 454dfff4..047e7f0d 100644 --- a/tpl/editlink.html +++ b/tpl/editlink.html | |||
@@ -33,7 +33,7 @@ | |||
33 | </div> | 33 | </div> |
34 | {include="page.footer"} | 34 | {include="page.footer"} |
35 | {if="($GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn()) && empty($GLOBALS['disablejquery'])"} | 35 | {if="($GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn()) && empty($GLOBALS['disablejquery'])"} |
36 | <script language="JavaScript"> | 36 | <script> |
37 | $(document).ready(function() | 37 | $(document).ready(function() |
38 | { | 38 | { |
39 | $('#lf_tags').autocomplete({source:'{$source}?ws=tags',minLength:1}); | 39 | $('#lf_tags').autocomplete({source:'{$source}?ws=tags',minLength:1}); |