mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
Merge branch 'master' of https://github.com/Emile840/wekan into Emile840-master
This commit is contained in:
commit
712ae37400
4 changed files with 13 additions and 1 deletions
|
|
@ -180,6 +180,10 @@ Template.userFormsLayout.events({
|
|||
templateInstance.isLoading.set(false);
|
||||
});
|
||||
}
|
||||
isCheckDone= false;
|
||||
},
|
||||
'click #at-signUp'(event, templateInstance){
|
||||
isCheckDone= false;
|
||||
},
|
||||
'DOMSubtreeModified #at-oidc'(event){
|
||||
if(alreadyCheck <= 2){
|
||||
|
|
|
|||
|
|
@ -109,6 +109,9 @@ template(name="boardTeamGeneral")
|
|||
b
|
||||
| {{_ 'add-teams'}}
|
||||
br
|
||||
i.addTeamsLabelcss
|
||||
| {{_ 'to-create-teams-contact-admin'}}
|
||||
br
|
||||
i.addTeamsLabelcss
|
||||
| {{_ 'add-teams-label'}}
|
||||
th
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue