Commit 0c098151 authored by Jérome Perrin's avatar Jérome Perrin

sql_browser: workaround for monaco 0.20.0

here as well we need to have body scripts after body for same reasons as
6b8e263b (monaco_editor: put body before head, 2020-06-01)
parent 6746229c
......@@ -29,16 +29,6 @@
<script type="text/javascript" src="pivottable/gchart_renderers.js"></script>
<script type="text/javascript" src="pivottable/c3_renderers.js"></script>
<!-- monaco editor from erp5_monaco_editor bt -->
<script>
/*
This is understood by our build of monaco-editor
https://lab.nexedi.com/jerome/monaco-editor-erp5/blob/master/public-path.js
*/
window.monacoEditorWebPackResourceBaseUrl = "monaco-editor/";
</script>
<script src="monaco-editor/app.bundle.min.js"></script>
<style>
body {font-family: Verdana;}
.c3-line {stroke-width: 3px;}
......@@ -203,4 +193,14 @@
</body>
<!-- monaco editor from erp5_monaco_editor bt -->
<script>
/*
This is understood by our build of monaco-editor
https://lab.nexedi.com/jerome/monaco-editor-erp5/blob/master/public-path.js
*/
window.monacoEditorWebPackResourceBaseUrl = "monaco-editor/";
</script>
<script src="monaco-editor/app.bundle.min.js"></script>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment