Thanks Francis, that did it.

Rookie mistake, that.
I wonder if there's ever enough page content to make it worth just delaying 
the DOM hooks.   

On Sunday, January 3, 2016 at 7:49:39 PM UTC-8, Francis Avila wrote:
>
> Your problem is unrelated to clojurescript.
>
> Your script runs before the body is loaded, so the test-content element 
> doesn't exist yet.
>
> Either load your script at the end of the body, or wrap your code in a 
> document.onload event handler.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to