Skip to content

Commit 7e40ecd

Browse files
author
FloatingOctothorpe
committed
Use relative path for DragDropTouch.js
1 parent 646fd0d commit 7e40ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
transition: transform 0.3s;
195195
}
196196
</style>
197-
<script id="DragDropTouch" src="/static/DragDropTouch.js"></script>
197+
<script id="DragDropTouch" src="static/DragDropTouch.js"></script>
198198
</head>
199199
<body>
200200
<noscript>

0 commit comments

Comments
 (0)