Skip to content

Commit d700a1b

Browse files
author
Musa Demir
committed
minor fix
there is no element which id is LoginArea
1 parent a4922e2 commit d700a1b

File tree

1 file changed

+1
-1
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Account

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Account/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
abp.ui.setBusy(
14-
$('#LoginArea'),
14+
$('body'),
1515

1616
abp.ajax({
1717
contentType: 'application/x-www-form-urlencoded',

0 commit comments

Comments
 (0)