Replace roll-your-own basic WebIDE with Ace Editor

This commit is contained in:
Bálint Bokros
2017-12-11 13:54:38 +01:00
parent 642ca7f54c
commit cb625bf116
4 changed files with 10 additions and 7 deletions

View File

@ -42,6 +42,7 @@
<script src="{{ static_url('vendor/js/bootstrap.min.js') }}" defer></script>
<script src="{{ static_url('vendor/js/highlight.min.js') }} defer"></script>
<script src="{{ static_url('vendor/js/showdown.min.js') }} defer"></script>
<script src="{{ static_url('vendor/js/ace/ace.js') }} defer"></script>
<script src="{{ static_url('ws_listener.js') }}" defer></script>
</body>
</html>