cleanup, remove trailing whitespace
This commit is contained in:
parent
c6f11433f9
commit
51e9e72f32
34 changed files with 63 additions and 72 deletions
|
|
@ -271,7 +271,7 @@ pandora.ui.accountForm = function(action, value) {
|
|||
labelWidth: 120,
|
||||
validate: pandora.validateUser('username', true),
|
||||
width: 320
|
||||
});
|
||||
});
|
||||
} else if (type == 'usernameOrEmail') {
|
||||
return Ox.FormElementGroup({
|
||||
id: 'usernameOrEmail',
|
||||
|
|
@ -310,7 +310,7 @@ pandora.ui.accountForm = function(action, value) {
|
|||
});
|
||||
}
|
||||
}
|
||||
return that;
|
||||
return that;
|
||||
};
|
||||
|
||||
pandora.ui.accountSignoutDialog = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue