From f8b325748a3631df00841f3524b6e1f95a4e30f4 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 19 Jul 2013 15:25:08 -0400 Subject: Update to newer Yesod. --- templates/homepage.julius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/homepage.julius') diff --git a/templates/homepage.julius b/templates/homepage.julius index efae799..22920d4 100644 --- a/templates/homepage.julius +++ b/templates/homepage.julius @@ -1 +1 @@ -document.getElementById("#{aDomId}").innerHTML = "This text was added by the Javascript part of the homepage widget."; +document.getElementById(#{toJSON aDomId}).innerHTML = "This text was added by the Javascript part of the homepage widget."; -- cgit v1.2.3