From febe866db30128c12105b45b4afa618b410d6a22 Mon Sep 17 00:00:00 2001 From: wuhao <15392746632@qq.com> Date: Fri, 11 Dec 2020 15:46:49 +0800 Subject: [PATCH] update --- pmcalendar.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pmcalendar.php b/pmcalendar.php index 598ab24..7dc0edb 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -951,13 +951,13 @@ if ($act == 'newevent') { function gamesbtndis(){ var type = $("#gamesbtn").css('display'); - console.log($("#xsqb font font").html()); + // console.log($("#xsqb").html()); if(type == 'none'){ $("#gamesbtn").show(); - $("#xsqb font font").html('收回'); + $("#xsqb").html('收回'); }else { $("#gamesbtn").hide(); - $("#xsqb font font").html('展开'); + $("#xsqb").html('展开'); } }