Skip to content

Commit 5984aee

Browse files
committed
update index.html
1 parent 033b5ed commit 5984aee

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/index.html

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@
77
<title>indent.js - pure code indenter</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
99

10-
<!-- Global site tag (gtag.js) - Google Analytics -->
11-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124804584-2"></script>
1210
<script src="https://embed.spck.io/embed/spck-embed.js"></script>
13-
<script>
14-
window.dataLayer = window.dataLayer || [];
15-
function gtag() { dataLayer.push(arguments); }
16-
gtag('js', new Date());
17-
gtag('config', 'UA-' + (124707053 + 97531) + '-2');
18-
</script>
1911

2012
<style>
2113
body {
@@ -189,7 +181,7 @@ <h5>
189181
</label>
190182
</p>
191183

192-
<iframe id="editor" onload="init()" src="https://embed.spck.io/" frameBorder="0" width="100%" height="320">Browser not compatible.</iframe>
184+
<iframe id="editor" onload="init()" src="https://embed.spck.io/?files=0" frameBorder="0" width="100%" height="500">Browser not compatible.</iframe>
193185
<script src="js/indent.min.js"></script>
194186
<script src="js/main.js"></script>
195187
</body>

0 commit comments

Comments
 (0)