From 309434e2b5d84074257dfa332fdb0f5fdf99d641 Mon Sep 17 00:00:00 2001 From: Ekkles <41195266+EkklesN@users.noreply.github.com> Date: Sat, 26 Oct 2019 00:43:25 +1300 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E5=BC=80/=E6=94=B6=E7=BC=A9=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/sakura-app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/sakura-app.js b/js/sakura-app.js index eabf3a2..72c41e3 100644 --- a/js/sakura-app.js +++ b/js/sakura-app.js @@ -471,10 +471,10 @@ function timeSeriesReload(flag) { var al_expand_collapse_click = 0; $('#al_expand_collapse').click(function () { if (al_expand_collapse_click == 0) { - $al_post_list.show(); + $al_post_list.show(400); al_expand_collapse_click++; } else if (al_expand_collapse_click == 1) { - $al_post_list.hide(); + $al_post_list.hide(400); al_expand_collapse_click--; } });