From bda5e9062529e09242229880415565437cbec9b9 Mon Sep 17 00:00:00 2001 From: shylinux Date: Mon, 19 Dec 2022 19:47:20 +0800 Subject: [PATCH] opt some --- panel/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/header.js b/panel/header.js index 8a2f50cd..ab760657 100644 --- a/panel/header.js +++ b/panel/header.js @@ -37,7 +37,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { }) }, _time: function(can, target) { can.core.Timer({interval: 100}, function() { can.onimport.time(can, target) }) - can.onappend.figure(can, {action: "date"}, target), target.onmouseenter = target.click + can.onappend.figure(can, {action: "date"}, target) }, time: function(can, target) { can.onimport.topic(can), target.innerHTML = can.user.time(can, null, "%w %H:%M:%S") }, avatar: function(event, can, avatar) { if (can.user.isExtension || can.user.isLocalFile) { return }