Skip to content

Commit 7b7ee8c

Browse files
committed
Update index.html
Error in include pathing
1 parent e24e3cb commit 7b7ee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
, index = 0; index < includeFiles.length; ++index
6363
)
6464
{
65-
$.getScript(includeFiles[index].replace("./", "https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/scripts/"));
65+
$.getScript(includeFiles[index].replace("./", "https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/"));
6666
}
6767
</script>
6868
</head>

0 commit comments

Comments
 (0)