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();