Allow bookmarklet to be shared

This commit is contained in:
Gert Goet 2021-05-27 22:16:17 +02:00
parent 1eabb65c4c
commit d5467eed36
2 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<script src="https://borkdude.github.io/scittle/js/scittle.js" type="application/javascript"></script>
@ -38,8 +39,8 @@
(.open oreq "GET" "cljs/bookmarklet.cljs")
(.send oreq)
</script>
<script type="application/x-scittle" src="cljs/bookmarklet.cljs"></script>
</body>
</html>