summaryrefslogtreecommitdiff
path: root/templates/homepage.julius
diff options
context:
space:
mode:
Diffstat (limited to 'templates/homepage.julius')
-rw-r--r--templates/homepage.julius2
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.";