Skip to content

Commit b89528e

Browse files
committed
Fix Editor Version in title
1 parent 0e7c3a6 commit b89528e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microbit_blocks

python-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function web_editor(config) {
307307
// sane defaults.
308308
function setupEditor(message) {
309309
// Set version in document title
310-
document.title = document.title + ' ' + VERSION;
310+
document.title = document.title + ' ' + EDITOR_VERSION;
311311
// Setup the Ace editor.
312312
EDITOR = pythonEditor('editor');
313313
if(message.n && message.c && message.s) {

0 commit comments

Comments
 (0)