Script tag not allowed out side body / head

This commit is contained in:
Maximilian Krög
2020-07-25 14:19:16 +02:00
parent 281f7d7a8f
commit 4f76334c92
+2 -4
View File
@@ -240,9 +240,7 @@
modal.find('.modal-title').text(title); modal.find('.modal-title').text(title);
modal.find('.modal-body').html(content); modal.find('.modal-body').html(content);
}); });
</script>
</body>
<script>
var packageUrl = 'https://raw.githubusercontent.com/openlayers/openlayers.github.io/build/package.json'; var packageUrl = 'https://raw.githubusercontent.com/openlayers/openlayers.github.io/build/package.json';
fetch(packageUrl).then(function(response) { fetch(packageUrl).then(function(response) {
return response.json(); return response.json();
@@ -274,7 +272,7 @@
experimentalNotice.style.display = 'none'; experimentalNotice.style.display = 'none';
} }
} }
}); });
</script> </script>
</body>
</html> </html>