From a44a133d116ded7917b12bb5cce05dec5f7faa13 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Tue, 18 Jun 2019 18:21:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(index.js):=20=E7=A7=BB=E9=99=A4ES6?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=86=99=E6=B3=95=E5=85=BC=E5=AE=B9=20IE=201?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/wwwroot/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Client/wwwroot/js/index.js b/Bootstrap.Client/wwwroot/js/index.js index 44e96cff..4baf010e 100644 --- a/Bootstrap.Client/wwwroot/js/index.js +++ b/Bootstrap.Client/wwwroot/js/index.js @@ -10,7 +10,7 @@ }, onSuccess: function () { var that = this; - setTimeout(() => { + setTimeout(function () { that.parent().removeClass('d-inline-block'); that.sliderCaptcha('reset'); $('.userinfo .dropdown-menu a:first')[0].click();