Skip to content

Commit

Permalink
Upgraded dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x committed Jul 21, 2024
1 parent be73e93 commit ac7701e
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 237 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<link rel="manifest" href="/site.webmanifest">
<script src="https://cdn.plot.ly/plotly-2.31.1.min.js" charset="utf-8"></script>
</head>
<script src="/getWorker.js"></script>
<script>
const mathWorker = new Worker("mathWorker.js", {type: "classic"});
</script>
<body>
<nav class="markdown-body">
<form name="topBar">
Expand Down
Loading

0 comments on commit ac7701e

Please sign in to comment.