Skip to content

Commit

Permalink
Remove unused kotlin.min.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Dec 16, 2024
1 parent 615b784 commit 166ca55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
46 changes: 0 additions & 46 deletions src/commonMain/resources/highlightjs/kotlin.min.js

This file was deleted.

1 change: 0 additions & 1 deletion src/commonMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<pre><code id="sourceCode" class="language-kotlin"></code></pre>

<script src="highlightjs/highlight.min.js"></script>
<script src="highlightjs/kotlin.min.js"></script>
<script>
function loadAndHighlight(url) {
fetch(url).then(response => response.text()).then((data) => {
Expand Down

0 comments on commit 166ca55

Please sign in to comment.