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 7aa3ada commit 073731aCopy full SHA for 073731a
python-main.js
@@ -305,7 +305,9 @@ function web_editor(config) {
305
// This function is called to initialise the editor. It sets things up so
306
// the user sees their code or, in the case of a new program, uses some
307
// sane defaults.
308
- function setupEditor(message, migration) {
+ function setupEditor(message) {
309
+ // Set version in document title
310
+ document.title = document.title + ' ' + EDITOR_VERSION;
311
// Setup the Ace editor.
312
EDITOR = pythonEditor('editor');
313
if(message.n && message.c && message.s) {
0 commit comments