aboutsummaryrefslogtreecommitdiff
path: root/ems/post_run.js
diff options
context:
space:
mode:
Diffstat (limited to 'ems/post_run.js')
-rw-r--r--ems/post_run.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ems/post_run.js b/ems/post_run.js
new file mode 100644
index 0000000..b52a931
--- /dev/null
+++ b/ems/post_run.js
@@ -0,0 +1,3 @@
+addOnPostRun(function() {
+ document.getElementById('canvas').focus();
+});