From b28e914d8dd7aeb7c915f4d0fe1a00026f4c1cae Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Tue, 29 Jun 2021 03:26:09 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E7=A9=BA=E9=97=B4-=E8=A3=85=E6=89=AE=E7=A9=BA=E9=97=B4,?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=A9=BA=E9=97=B4=E9=A1=B6=E9=83=A8=E6=94=B6?= =?UTF-8?q?=E8=97=8F,=E5=A4=8D=E5=88=B6,=E9=93=BE=E6=8E=A5=E5=8F=98?= =?UTF-8?q?=E6=88=90=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/static/js/space_diy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/static/js/space_diy.js b/upload/static/js/space_diy.js index 63361f4d2..0bc1d6ccd 100644 --- a/upload/static/js/space_diy.js +++ b/upload/static/js/space_diy.js @@ -194,7 +194,7 @@ spaceDiy.extend({ dom.innerHTML = '编辑'; $('spacename').appendChild(dom); } - $('spaceinfoshow').onmousedown = function () {spaceDiy.showEditSpaceInfo();}; + $('infoedit').onmousedown = function () {spaceDiy.showEditSpaceInfo();}; } if ($('nv')) { if(!$('nv').getElementsByTagName('li').length) { -- Gitee