We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24e3cb commit 7b7ee8cCopy full SHA for 7b7ee8c
index.html
@@ -62,7 +62,7 @@
62
, index = 0; index < includeFiles.length; ++index
63
)
64
{
65
- $.getScript(includeFiles[index].replace("./", "https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/scripts/"));
+ $.getScript(includeFiles[index].replace("./", "https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/"));
66
}
67
</script>
68
</head>
0 commit comments