From 1e31dbc5b475ce4c29f81a0ad7800452e375f7fc Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Thu, 19 Dec 2013 00:36:25 -0500 Subject: ui-template --- js/record.concat.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'js/record.concat.js') diff --git a/js/record.concat.js b/js/record.concat.js index 5da8317..ba15edb 100644 --- a/js/record.concat.js +++ b/js/record.concat.js @@ -887,7 +887,7 @@ function GifEncoder(){ } } -;var TEMPLATE = [ +;var UI_TEMPLATE = [ '
', '
', '
', @@ -924,9 +924,10 @@ function GifEncoder(){ 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() } -- cgit v1.2.3-70-g09d2