Skip to content

Commit

Permalink
fix(js): remove unused placeholders (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Oct 26, 2023
1 parent 3a0ecef commit 10b6532
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor/tmpl/live-js-tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="../../css/codemirror.css%cache-buster%" rel="stylesheet" />
<link href="../../css/editor-js.css%cache-buster%" rel="stylesheet" />
%example-css-src%
</head>

<body>
Expand All @@ -30,8 +29,6 @@ <h4 class="output-heading">%title%</h4>
</div>
</section>

%example-js-src%

<script src="../../js/codemirror.js%cache-buster%"></script>
<script src="../../js/editor-js.js%cache-buster%"></script>
</body>
Expand Down

0 comments on commit 10b6532

Please sign in to comment.