mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fixed typos.
This commit is contained in:
parent
712ae37400
commit
2d749e13e0
1 changed files with 2 additions and 2 deletions
|
@ -180,10 +180,10 @@ Template.userFormsLayout.events({
|
|||
templateInstance.isLoading.set(false);
|
||||
});
|
||||
}
|
||||
isCheckDone= false;
|
||||
isCheckDone = false;
|
||||
},
|
||||
'click #at-signUp'(event, templateInstance){
|
||||
isCheckDone= false;
|
||||
isCheckDone = false;
|
||||
},
|
||||
'DOMSubtreeModified #at-oidc'(event){
|
||||
if(alreadyCheck <= 2){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue