diff --git a/pane/Header.js b/pane/Header.js index 2db860e4..685afff3 100644 --- a/pane/Header.js +++ b/pane/Header.js @@ -19,7 +19,7 @@ Volcanos("onaction", {help: "交互数据", list: [], Volcanos("onexport", {help: "导出数据", list: [], _init: function(can, msg, list, cb, target) { can._output.innerHTML = ""; can.run(msg._event, [], function(msg) { - if (Volcanos.meta.follow["debug"]) { debugger } + // if (Volcanos.meta.follow["debug"]) { debugger } can.Conf("username", msg.Option("user.nick")||msg.Option("user.name")) can.core.List(msg.result||["github.com/shylinux/contexts"], function(title) { diff --git a/proto.js b/proto.js index 2d188c0f..10269573 100644 --- a/proto.js +++ b/proto.js @@ -19,8 +19,8 @@ var Volcanos = shy("火山架", {cache: {}, index: 1, order: 1, debug: { require: true, cache: false, frame: false, request: true, search: true, }, follow: { - // volcano: false, debug: true, - volcano: true, debug: true, + volcano: false, debug: true, + // volcano: true, debug: true, }}, [], function(name, can, libs, cb) { var meta = arguments.callee.meta, list = arguments.callee.list; var conf = {}, conf_cb = {}, sync = {}, cache = {};