From d308b90c7f12641e8fd548083c94f1baf660bcfa Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 27 Nov 2022 09:32:10 +0800 Subject: [PATCH] opt some --- plugin/table.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/table.js b/plugin/table.js index 9a9367c5..314397f4 100644 --- a/plugin/table.js +++ b/plugin/table.js @@ -44,8 +44,8 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, cb, target) { can.onmotion.cl )); target._toggle = function(event, show) { action[show? ice.SHOW: cli.CLOSE](event) } return ui }, - _title: function(can, title) { - can.user.title(title+ice.SP+(can.misc.Search(can, ice.POD)||location.host)) + _title: function(can, title) { can.user.title(title) + // can.user.title(title+ice.SP+(can.misc.Search(can, ice.POD)||location.host)) }, title: function(can, title) { can._legend.innerHTML = title can.sup && can.sup._tabs && (can.sup._tabs.innerHTML = title)