diff options
| author | Julie Lala <jules@okfoc.us> | 2013-12-19 00:36:25 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2013-12-19 00:36:25 -0500 |
| commit | 1e31dbc5b475ce4c29f81a0ad7800452e375f7fc (patch) | |
| tree | c4d3d637cc4cbc4f348d053a598e69a7f7b3ed5a /js/record.js | |
| parent | 17ae94eaa9452475d4e0ac9c4c29588968d0c0d5 (diff) | |
ui-template
Diffstat (limited to 'js/record.js')
| -rw-r--r-- | js/record.js | 5 |
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() } |
