Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Feb 19, 2023
1 parent c51a283 commit ba602c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
width: 100%;
}
</style>
<script>
<!-- <script>
var script = document.createElement("script");
if (document.location.href.indexOf("localhost:3000") > -1) {
script.src = "http://127.0.0.1:5500/dist/kookit.umd.js";
} else {
script.src = "/lib/kookit/kookit.min.js";
}
document.head.appendChild(script);
</script>
</script> -->
<title>Koodo Reader</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

<div id="root"></div>
<canvas id="the-canvas"></canvas>
<!-- <script
<script
type="text/javascript"
src="%PUBLIC_URL%/lib/kookit/kookit.min.js"
></script> -->
></script>
<script
type="text/javascript"
src="%PUBLIC_URL%/lib/JSZip/jszip.min.js"
Expand Down
Loading

0 comments on commit ba602c3

Please sign in to comment.