]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/tools.html
Fix bookmarklet with new routes
[github/shaarli/Shaarli.git] / tpl / vintage / tools.html
index 32707efacb151216d929c6063c7b8b99d8b29289..7b69f43eea7f86b92a39d390e898589e52006ed1 100644 (file)
@@ -24,7 +24,7 @@
                                var%20url%20=%20location.href;
                                var%20title%20=%20document.title%20||%20url;
                                window.open(
-                                       '{$pageabsaddr}?post='%20+%20encodeURIComponent(url)+
+                                       '{$pageabsaddr}admin/shaare?post='%20+%20encodeURIComponent(url)+
                                        '&title='%20+%20encodeURIComponent(title)+
                                        '&description='%20+%20encodeURIComponent(document.getSelection())+
                                        '&source=bookmarklet','_blank','menubar=no,height=390,width=600,toolbar=no,scrollbars=no,status=no,dialog=1'