Skip to content

Commit

Permalink
Deploying to gh-pages from @ 55d2ed1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x committed Dec 6, 2024
1 parent 9ed6779 commit 4b852f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/index-RPz_YQNZ.js → assets/index-CzylSGYC.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index-DhFasZOE.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/index-VbVw7RfQ.css

This file was deleted.

8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.6.1/github-markdown-light.css"
integrity="sha512-tVO0ZLV54CEoiM+i1hvfZGcopGR3rxyyC3L2/P/6NRTVXlrp4OKyTFunluVG1BRNasDLnm6ZRPDKBGM0CkS99Q=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="//unpkg.com/alpinejs" defer></script>


<script type="module" crossorigin src="./assets/index-RPz_YQNZ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-VbVw7RfQ.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js" defer></script>
<script type="module" crossorigin src="./assets/index-CzylSGYC.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DhFasZOE.css">
</head>
<script>
const mathWorker = new Worker("mathWorker.js", { type: "classic" });
Expand Down
5 changes: 2 additions & 3 deletions mathWorker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
importScripts(
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/13.1.1/math.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/14.0.0/math.js",
"coolprop.js",
"fluidProperties.js",
"molecularMass.js"
Expand Down Expand Up @@ -86,8 +86,7 @@ function makeDoc(code) {
const formatedLine = lineType === 'md' ? line.slice(2) : line
if (lastType === lineType) {
cells[cells.length - 1].source.push(formatedLine)
}
else {
} else {
cells.push({ cell_type: lineType, source: [formatedLine], from: lastLineNum, to: lineNum })
lastLineNum = lineNum
}
Expand Down

0 comments on commit 4b852f7

Please sign in to comment.