Skip to content

Commit

Permalink
Move js source to src/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mjal committed May 8, 2024
1 parent 7fc6bfa commit 8890d01
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<input type="file" id="file" placeholder="Import your .bel file">
<div id="content"></div>
</div>
<script type="module" src="web.js"></script>
<script type="module" src="src/web.js"></script>
</body>
</html>
3 changes: 3 additions & 0 deletions core.js → src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,6 @@ export function checkIndividualProofs(state, ballot) {
}
}
}

export function checkOverallProof(state, ballot) {
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8890d01

Please sign in to comment.