We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38bbdc commit e989e55Copy full SHA for e989e55
extensions/web-base/www/app.html
@@ -375,8 +375,6 @@ <h1>{{ title }}</h1>
375
<script src="static/blockly/javascript_compressed.js"></script>
376
<script src="static/blockly/lua_compressed.js"></script>
377
<script src="static/blockly/msg/js/en.js"></script>
378
-<!-- ace for web-editor extension -->
379
-<script src="static/ace/ace.js" type="text/javascript"></script>
380
<!-- boot web base app -->
381
<script src="app/app.js" type="text/javascript" charset="utf-8"></script>
382
<script src="app/json.js" type="text/javascript" charset="utf-8"></script>
extensions/web-editor/manifest.json
extensions/web-editor/web-editor.js
0 commit comments