fixing tests for changed bookmark

This commit is contained in:
Benjamin Boudreau
2018-06-09 09:13:49 -04:00
parent 81517491d5
commit bf5c6d597a
5 changed files with 12 additions and 8 deletions

View File

@@ -14,7 +14,6 @@
var bookmarklet = "var s= document.createElement('script'); s.setAttribute('src', '"+window.location.href+"bookmarklet.js'); s.setAttribute('crossorigin', 'anonymous'); document.body.appendChild(s);"
bookmarklet = '(function(){'+ bookmarklet +'})();'
document.querySelector('a#bookmarklet').setAttribute("href", "javascript:" + encodeURIComponent(bookmarklet));
console.log("DONE");
</script>
</ul>
</body>