From 7d8eb15a78ee439d2ffa678fd6a556f3242ffe93 Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 26 Nov 2015 23:02:09 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 2d76d7d..8838def 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -79,7 +79,6 @@ function createXTerm(name, xtermNode){ }); xterm.open(); - xterm.focus(); window.AppRuntime[name] = { xterm: xterm