Commit b24dc47c8c9be9aa0c07d652363a837541019290
allow naming without choosing profile pic
Dominic Tarr committed on 7/25/2016, 7:44:38 PMParent: 1d9d3847f73308f375aa4bf88926240ec24d4266
Files changed
modules/avatar-edit.js | changed |
modules/avatar-edit.js | ||
---|---|---|
@@ -119,9 +119,9 @@ | ||
119 | 119 | about: id, |
120 | 120 | name: name_input.value || undefined, |
121 | 121 | image: selected |
122 | 122 | }) |
123 | - else if(input.value) //name only | |
123 | + else if(name_input.value) //name only | |
124 | 124 | confirm({ |
125 | 125 | type: 'about', |
126 | 126 | about: id, |
127 | 127 | name: name_input.value || undefined, |
Built with git-ssb-web