fixed note bookmarklet

- 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)
This commit is contained in:
Willi Eggeling 2017-08-24 10:20:32 +02:00 committed by GitHub
parent 2a1292359b
commit 958fc15fec

View file

@ -97,7 +97,7 @@ <h2 class="window-title">Bookmarklets</h2>
var%20desc=document.getSelection().toString(); var%20desc=document.getSelection().toString();
if(desc.length>4000){ if(desc.length>4000){
desc=desc.substr(0,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( window.open(
'{$pageabsaddr}?private=1&amp;post='+ '{$pageabsaddr}?private=1&amp;post='+