mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
fixed indentation
This commit is contained in:
parent
69fbd31abc
commit
828d34b70e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Template.editProfilePopup.events({
|
|||
Meteor.call('setUsername', username, function(error) {
|
||||
const messageElement = tpl.$('.username-taken');
|
||||
if (error) {
|
||||
messageElement.show();
|
||||
messageElement.show();
|
||||
} else {
|
||||
messageElement.hide();
|
||||
Popup.back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue