This commit is contained in:
Liang Ding 2014-10-22 16:29:49 +08:00
parent c08a939849
commit c2c6ab7ff1
2 changed files with 0 additions and 16 deletions

View File

@ -48,13 +48,6 @@ func init() {
// 定时检查无效会话
session.FixedTimeRelease()
// 定时输出日志TODO: 后面考虑换一个日志库)
go func() {
for _ = range time.Tick(time.Second) {
glog.Flush()
}
}()
}
// 登录.

View File

@ -501,15 +501,6 @@ var wide = {
return false;
}
if ($(".menu li.run").hasClass("disabled")) {
return false;
}
if ($(".toolbars .ico-stop").length === 1) {
wide.stop();
return false;
}
var request = newWideRequest();
request.file = currentPath;
request.code = wide.curEditor.getValue();