Remove unused function

This commit is contained in:
Jeroen van Dijk 2021-05-27 12:58:33 +03:00
parent d673a5f947
commit 470238bdbc

View file

@ -13,8 +13,6 @@
(str ";s.onerror=" onerror))
";document.body.appendChild(s);"))
(defn append-script-tag [url]
(append-tag :script {:type "application/javascript" :src url}))
(defn bookmarklet-href [code]
(str "javascript:(function(){"