mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01: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) {
|
Meteor.call('setUsername', username, function(error) {
|
||||||
const messageElement = tpl.$('.username-taken');
|
const messageElement = tpl.$('.username-taken');
|
||||||
if (error) {
|
if (error) {
|
||||||
messageElement.show();
|
messageElement.show();
|
||||||
} else {
|
} else {
|
||||||
messageElement.hide();
|
messageElement.hide();
|
||||||
Popup.back();
|
Popup.back();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue