From 1eb2d29e430b8880a2c76d7c084d59e4d106a299 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 16:38:19 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index eebc36e..86399eb 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -84,7 +84,6 @@ module.exports = Vue.component('app-main', { var runtime = window.AppRuntime[this.project.name]; var test = [ - '', '\u001b[92m\'use strict\'\u001b[39m\u001b[90m;\u001b[39m', '\u001b[90m/*jshint browser:true */\u001b[39m', '', @@ -112,7 +111,8 @@ module.exports = Vue.component('app-main', { '', ' \u001b[31mreturn\u001b[39m \u001b[37mhypernal\u001b[39m\u001b[90m;\u001b[39m', '\u001b[33m}\u001b[39m\u001b[90m;\u001b[39m', - new Date().toISOString() + new Date().toISOString(), + '' ].join('\r\n'); if (!runtime) { @@ -124,8 +124,6 @@ module.exports = Vue.component('app-main', { xterm.open(); xtermNode.appendChild(xterm.element); - xterm.focus(); - xterm.startBlink(); xterm.write(test); scroll(xtermNode);