Add dummy function
This commit is contained in:
parent
dce3eb0bb9
commit
af4f94adfc
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
(defn post-html-hiccup []
|
||||
(h/as-hiccup (h/parse post-html)))
|
||||
|
||||
(defn remove-image-elem [])
|
||||
|
||||
(defn element-from-document-by-name [name]
|
||||
(-> js/document
|
||||
(.getElementById masto-embed)
|
||||
|
|
Loading…
Reference in a new issue