]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
fixed note bookmarklet 934/head
authorWilli Eggeling <thewilli@users.noreply.github.com>
Thu, 24 Aug 2017 08:20:32 +0000 (10:20 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2017 08:20:32 +0000 (10:20 +0200)
- the double quotes used in the alert() call of the note bookmarklet in the default template collided with the ones of the href tag
- replaced the double quotes with single ones (just like the link bookmarklet)

tpl/default/tools.html

index 35173d179144aab4bac64494cd2e4177e13f61f2..72fd58aff680b59a1773bc25c6624550034c318d 100644 (file)
@@ -97,7 +97,7 @@
             var%20desc=document.getSelection().toString();
             if(desc.length>4000){
               desc=desc.substr(0,4000)+'...';
-              alert("{function="str_replace(' ', '%20', t('The selected text is too long, it will be truncated.'))"}");
+              alert('{function="str_replace(' ', '%20', t('The selected text is too long, it will be truncated.'))"}');
             }
             window.open(
               '{$pageabsaddr}?private=1&amp;post='+