Skip to content

Commit a86fe7b

Browse files
csillagnickstenning
authored andcommitted
Updated JS and CSS references in demo.html to match the new build system.
1 parent 3636b46 commit a86fe7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

demo.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@
1313
<script src="lib/vendor/json2.js"></script>
1414

1515
<!-- The main Annotator script -->
16-
<script src="pkg/annotator/annotator.min.js"></script>
16+
<script src="pkg/annotator.min.js"></script>
1717

1818
<!-- Annotator's styling and images -->
19-
<link rel="stylesheet" type="text/css" href="pkg/annotator/annotator.min.css">
19+
<link rel="stylesheet" type="text/css" href="pkg/annotator.min.css">
2020

2121
<!-- The following plugins are entirely optional -->
2222

2323
<!-- The Store plugin. Saves annotations to a remote backend -->
24-
<script src="pkg/annotator/annotator.store.min.js"></script>
24+
<script src="pkg/annotator.store.min.js"></script>
2525

2626
<!-- The Auth plugin. Allows users of Annotator to authenticate themselves
2727
to the remote backend -->
28-
<script src="pkg/annotator/annotator.auth.min.js"></script>
28+
<script src="pkg/annotator.auth.min.js"></script>
2929

3030
<!-- The Permissions plugin. See who created which annotation and create
3131
annotations as a specified user -->
32-
<script src="pkg/annotator/annotator.permissions.min.js"></script>
32+
<script src="pkg/annotator.permissions.min.js"></script>
3333

3434
<!-- The Tags plugin. Edit and display tag keywords on annotations -->
35-
<script src="pkg/annotator/annotator.tags.min.js"></script>
35+
<script src="pkg/annotator.tags.min.js"></script>
3636

3737
<!-- The Markdown plugin. Treat annotation text as Markdown -->
3838
<script src="lib/vendor/showdown.js"></script>
39-
<script src="pkg/annotator/annotator.markdown.min.js"></script>
39+
<script src="pkg/annotator.markdown.min.js"></script>
4040

4141
</head>
4242

0 commit comments

Comments
 (0)