summaryrefslogtreecommitdiff
path: root/js/record.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/record.js')
-rw-r--r--js/record.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/record.js b/js/record.js
index fe8d0a1..396f30a 100644
--- a/js/record.js
+++ b/js/record.js
@@ -22,9 +22,10 @@
document.body.style.height = "100%"
document.body.parentNode.style.width = "100%"
document.body.parentNode.style.height = "100%"
- var template = document.getElementById("template").innerHTML
+ // var template = document.getElementById("template").innerHTML
var el = document.createElement("div")
- el.innerHTML = template
+ // el.innerHTML = template
+ el.innerHTML = UI_TEMPLATE
document.body.appendChild(el)
bind()
}