Skip to content

Commit

Permalink
revert index changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Jul 9, 2023
1 parent b7710e5 commit f9fbb26
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .projectile
Expand Up @@ -13,4 +13,5 @@
-/resources/static/js/mldoc.min.js
-/resources/static/js/reveal.min.js
-/resources/static/js/sci.min.js
-/resources/static/js/excalidraw.min.js
-/resources/static/js/react-force-graph.min.js
2 changes: 2 additions & 0 deletions public/index.html
Expand Up @@ -56,5 +56,7 @@
<script defer src="/static/js/tabler.min.js"></script>
<script defer src="/static/js/tabler.ext.js"></script>
<script defer src="/static/js/code-editor.js"></script>
<script defer src="/static/js/tldraw.js"></script>
<script defer src="/static/js/excalidraw.js"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions resources/electron.html
Expand Up @@ -57,5 +57,7 @@
<script defer src="./js/tabler.min.js"></script>
<script defer src="./js/tabler.ext.js"></script>
<script defer src="./js/code-editor.js"></script>
<script defer src="./js/excalidraw.js"></script>
<script defer src="./js/tldraw.js"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions resources/index.html
Expand Up @@ -56,5 +56,7 @@
<script defer src="./js/tabler.min.js"></script>
<script defer src="./js/tabler.ext.js"></script>
<script defer src="./js/code-editor.js"></script>
<script defer src="./js/excalidraw.js"></script>
<script defer src="./js/tldraw.js"></script>
</body>
</html>

0 comments on commit f9fbb26

Please sign in to comment.