Skip to content
Snippets Groups Projects
Commit c3f2dead authored by rhenck's avatar rhenck
Browse files

[editor] Remove unused API call in html

parent 29a1b359
No related branches found
No related tags found
No related merge requests found
...@@ -9,15 +9,6 @@ ...@@ -9,15 +9,6 @@
<link href="assets/roboto.css" rel="stylesheet"> <link href="assets/roboto.css" rel="stylesheet">
<link href="assets/ptsans.css" rel="stylesheet"> <link href="assets/ptsans.css" rel="stylesheet">
<link href="assets/material-icons.css" rel="stylesheet"> <link href="assets/material-icons.css" rel="stylesheet">
<script>
window.postMessage({
type: 'voeStartCommand',
sessionId: 'dev',
unitDefinition: null,
unitDefinitionType: 'iqb-aspect-module@0.1.0',
editorConfig: {}
}, '*');
</script>
</head> </head>
<body> <body>
<editor-aspect></editor-aspect> <editor-aspect></editor-aspect>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment