Skip to content

Commit d72be84

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 4f44256 commit d72be84

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

python-main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,7 @@ function web_editor(config) {
305305
// This function is called to initialise the editor. It sets things up so
306306
// the user sees their code or, in the case of a new program, uses some
307307
// sane defaults.
308-
function setupEditor(message) {
309-
// Set version in document title
310-
document.title = document.title + ' ' + EDITOR_VERSION;
308+
function setupEditor(message, migration) {
311309
// Setup the Ace editor.
312310
EDITOR = pythonEditor('editor');
313311
if(message.n && message.c && message.s) {

0 commit comments

Comments
 (0)