cleanup + git commit info
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Integral Demonstration</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
@@ -18,9 +17,10 @@
|
||||
import init, { start } from '../pkg/integral_site.js';
|
||||
|
||||
async function run() {
|
||||
await init();
|
||||
|
||||
start("canvas");
|
||||
await init();
|
||||
|
||||
let commit = '';
|
||||
start("canvas", commit);
|
||||
}
|
||||
run();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user