From 9649e67611b10adb4fdff60d12c88c6def3fa87d Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 28 May 2021 10:26:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B5=84=E6=BA=90=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/newcalendar2013.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/js/newcalendar2013.js b/js/newcalendar2013.js index fad30e1..0b9e26d 100644 --- a/js/newcalendar2013.js +++ b/js/newcalendar2013.js @@ -1,9 +1,6 @@ -document.writeln(""); -document.writeln(""); -document.writeln(""); -document.writeln(""); -document.writeln(""); -document.writeln(""); + +document.writeln(""); +document.writeln(""); function initCalendar(o){ $("#"+o).datepicker({showAnim:"fadeIn",duration:0,minDate: 0, maxDate:"2y",numberOfMonths: 3, showButtonPanel: true});