git ssb

16+

Dominic / patchbay



Commit 2fdb32b21fb5a93c887dcbbd8a5c7c33bd2b3396

Fix cancel with public web hosting. Fixes #254.

Anders Rune Jensen committed on 8/24/2018, 8:26:25 AM
Parent: 19f35e2c94a94cff5dd05b17e542ca140e76edd5

Files changed

about/html/edit.jschanged
about/html/edit.jsView
@@ -221,8 +221,9 @@
221221
222222 function clearNewSelections () {
223223 name.new.set(null)
224224 avatar.new.set({})
225 + publicWebHosting.new.set(publicWebHosting.current())
225226 }
226227
227228 function handleUpdateClick () {
228229 const newName = name.new()

Built with git-ssb-web