1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
shaoying 2022-11-27 09:32:10 +08:00
parent ff6b553d3e
commit d308b90c7f

View File

@ -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)