Skip to content

Commit 98bcc26

Browse files
committed
deepzoom-server: Expect static directory to be colocated with HTML
1 parent 4f6852a commit 98bcc26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/deepzoom/static/OpenSeadragon.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/deepzoom/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<script type="text/javascript"
44
src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">
55
</script>
6-
<script type="text/javascript" src="/static/OpenSeadragon.js"></script>
6+
<script type="text/javascript" src="static/OpenSeadragon.js"></script>
77

88
<script type="text/javascript">
99
$(document).ready(function() {

0 commit comments

Comments
 (0)