Add dummy function

This commit is contained in:
erik 2024-05-16 16:45:35 +02:00
parent dce3eb0bb9
commit af4f94adfc

View file

@ -25,6 +25,8 @@
(defn post-html-hiccup [] (defn post-html-hiccup []
(h/as-hiccup (h/parse post-html))) (h/as-hiccup (h/parse post-html)))
(defn remove-image-elem [])
(defn element-from-document-by-name [name] (defn element-from-document-by-name [name]
(-> js/document (-> js/document
(.getElementById masto-embed) (.getElementById masto-embed)