Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Eliminate unnecessary elements from preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 28, 2014
1 parent f91fd5d commit 225393c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions elements/design-preview/design-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

makeOutputHTML: function(head, body) {
var html = '<!DOCTYPE html>\n';
html += '<head>\n';
html += '<title>Preview</title>\n';
html += '<meta name="viewport" content="width=device-width, ' +
'initial-scale=1.0, maximum-scale=1.0">\n';
Expand All @@ -90,10 +89,8 @@
html += ' -webkit-tap-highlight-color: rgba(0,0,0,0);\n';
html += ' }\n';
html += '</style>\n';
html += '</head>\n<body>\n';
// include content
html += body || '';
html += '\n</body>\n</html>';
return html;
}

Expand Down

0 comments on commit 225393c

Please sign in to comment.