aboutsummaryrefslogtreecommitdiffstats
path: root/docs/demo/bls.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r--docs/demo/bls.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html
index 078c13a..a2d23be 100644
--- a/docs/demo/bls.html
+++ b/docs/demo/bls.html
@@ -4,8 +4,9 @@
<meta charset="UTF-8">
<title>BLS signature sample</title>
<link rel="stylesheet" href="style.css" type="text/css">
-<script type='text/javascript' src="./bls_c.js"></script>
<script type='text/javascript' src="./exported-bls.js"></script>
+<script type='text/javascript' src="./bls_c.js"></script>
+<script type='text/javascript' src="./bls.js"></script>
<script type='text/javascript' src="./bls-demo.js"></script>
</script>
</head>