tangled
alpha
login
or
join now
evbogue.com
/
wiredove
1
fork
atom
a demonstration replicated social networking web app built with anproto
wiredove.net/
social
ed25519
protocols
1
fork
atom
overview
issues
pulls
pipelines
Route home after share composer opens
Everett Bogue
1 month ago
0a77691c
bab0e0bd
+4
1 changed file
expand all
collapse all
unified
split
route.js
+4
route.js
···
121
121
}
122
122
}, 0)
123
123
history.replaceState(null, '', '#')
124
124
+
if (typeof window.onhashchange === 'function') {
125
125
+
window.onhashchange()
126
126
+
}
127
127
+
return
124
128
}
125
129
}
126
130