diff options
author | Clint Adams <clint@softwarefreedom.org> | 2013-07-19 15:25:08 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2013-07-19 15:25:08 -0400 |
commit | f8b325748a3631df00841f3524b6e1f95a4e30f4 (patch) | |
tree | 3eb0d418d8a2ece33774f770e6086108c3ef6c86 /templates/homepage.julius | |
parent | 10f6e8f4cce3303f53df359e0f40fcb5d584e85d (diff) |
Update to newer Yesod.
Diffstat (limited to 'templates/homepage.julius')
-rw-r--r-- | templates/homepage.julius | 2 |
1 files changed, 1 insertions, 1 deletions
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."; |