forked from cory/tildefriends
		
	ssb: Handle the inevitable %25 in a document hash better?
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
| 	"type": "tildefriends-app", | 	"type": "tildefriends-app", | ||||||
| 	"emoji": "🐌", | 	"emoji": "🐌", | ||||||
| 	"previous": "&jEWLK3TSDaS67X4zN//XhAjtODbVyWwqu+rxiNuzJRM=.sha256" | 	"previous": "&0ZjcRFTyAmJMm3qhqKy5Ffrue23G1CAUfc1i2WYZrzQ=.sha256" | ||||||
| } | } | ||||||
|   | |||||||
| @@ -67,7 +67,7 @@ class TfElement extends LitElement { | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	set_hash(hash) { | 	set_hash(hash) { | ||||||
| 		this.hash = hash || '#'; | 		this.hash = decodeURIComponent(hash || '#'); | ||||||
| 		if (this.hash.startsWith('#q=')) { | 		if (this.hash.startsWith('#q=')) { | ||||||
| 			this.tab = 'search'; | 			this.tab = 'search'; | ||||||
| 		} else if (this.hash === '#connections') { | 		} else if (this.hash === '#connections') { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user