git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit b24dc47c8c9be9aa0c07d652363a837541019290

allow naming without choosing profile pic

Dominic Tarr committed on 7/25/2016, 7:44:38 PM
Parent: 1d9d3847f73308f375aa4bf88926240ec24d4266

Files changed

modules/avatar-edit.jschanged
modules/avatar-edit.jsView
@@ -119,9 +119,9 @@
119119 about: id,
120120 name: name_input.value || undefined,
121121 image: selected
122122 })
123- else if(input.value) //name only
123+ else if(name_input.value) //name only
124124 confirm({
125125 type: 'about',
126126 about: id,
127127 name: name_input.value || undefined,

Built with git-ssb-web