remove random welcom message
This commit is contained in:
parent
175f718b87
commit
c99cac4e68
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@
|
||||||
(let [content (js/document.getElementById "app")]
|
(let [content (js/document.getElementById "app")]
|
||||||
(while (.hasChildNodes content)
|
(while (.hasChildNodes content)
|
||||||
(.removeChild content (.-lastChild content)))
|
(.removeChild content (.-lastChild content)))
|
||||||
(.appendChild content (js/document.createTextNode "Welcome to cat")))))
|
;(.appendChild content (js/document.createTextNode "Welcome to cat"))
|
||||||
|
)))
|
||||||
|
|
||||||
(defn init! []
|
(defn init! []
|
||||||
(mount-components))
|
(mount-components))
|
||||||
|
|
Loading…
Reference in a new issue