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 75f1244 commit 61f2f1eCopy full SHA for 61f2f1e
python-main.js
@@ -306,6 +306,8 @@ function web_editor(config) {
306
// the user sees their code or, in the case of a new program, uses some
307
// sane defaults.
308
function setupEditor(message, migration) {
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