Skip to content

Commit 61f2f1e

Browse files
committed
Fix Editor Version in title
1 parent 75f1244 commit 61f2f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python-main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ function web_editor(config) {
306306
// the user sees their code or, in the case of a new program, uses some
307307
// sane defaults.
308308
function setupEditor(message, migration) {
309+
// Set version in document title
310+
document.title = document.title + ' ' + EDITOR_VERSION;
309311
// Setup the Ace editor.
310312
EDITOR = pythonEditor('editor');
311313
if(message.n && message.c && message.s) {

0 commit comments

Comments
 (0)