Skip to content

Commit c387994

Browse files
committed
Merge 1.1 to master (CodeGuild-co#22)
* Add Help box * Added Help JS * Added style * Added versions * Version 1.1 * Added RC3 * Correct editor number * Updated to RC4 * Update to RC5 * Update MicroPython to 1.0.0 * fixup! Update MicroPython to 1.0.0 * Update version * Update version * Update CI * Added capability to migrate from microbit.co.uk
1 parent da26cb4 commit c387994

File tree

7 files changed

+5739
-4
lines changed

7 files changed

+5739
-4
lines changed

base64-js/base64.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

editor.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
273273
<script src="microbit_blocks/messages/en/messages.js"></script>
274274
<script src="static/js/ResizeSensor.js"></script>
275275
<script src="static/js/ElementQueries.js"></script>
276+
<script src="lzma/lzma_worker.js"></script>
277+
<script src="base64-js/base64.js"></script>
276278
<script src="python-main.js"
277279
type="application/javascript"></script>
278280
<script>vex.defaultOptions.className = 'vex-theme-wireframe';</script>

0 commit comments

Comments
 (0)