From fb7cf5f4b176255dfa9bf4f7accc2a37fae02f08 Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Mon, 8 Mar 2021 17:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=97=A8=E6=88=B7-Html?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=94=9F=E6=88=90=E5=85=A8=E9=83=A8=20=20?= =?UTF-8?q?=E4=B8=93=E9=A2=98=E7=94=9F=E6=88=90=E7=9A=84=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=9C=AA=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/admincp/admincp_makehtml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/source/admincp/admincp_makehtml.php b/upload/source/admincp/admincp_makehtml.php index 138f587a1..6b876e8a6 100644 --- a/upload/source/admincp/admincp_makehtml.php +++ b/upload/source/admincp/admincp_makehtml.php @@ -112,8 +112,8 @@ function make_html_topic(starttime){ if(s) { new make_html_batch('portal.php?mod=topic&topicid=', s.split(','), make_html_index, dom); } else { - dom.innerHTML = '$lang[makehtml_nofindtopic]
$lang[makehtml_startmakeindex]
$lang[makehtml_browser_error]'; - setTimeout(function(){\$('mk_category').style.display = 'none'; make_html_index();}, 1000); + dom.innerHTML = '$lang[makehtml_nofindtopic]
$lang[makehtml_startmakeindex]
$lang[makehtml_browser_error]'; + setTimeout(function(){\$('mk_topic').style.display = 'none'; make_html_index();}, 1000); } }); } -- Gitee