aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.ts')
-rw-r--r--js/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.ts b/js/main.ts
index adf95c6..58a40c0 100644
--- a/js/main.ts
+++ b/js/main.ts
@@ -3,7 +3,7 @@
3// 3//
4 4
5if ('registerProtocolHandler' in navigator) { 5if ('registerProtocolHandler' in navigator) {
6 (navigator as any).registerProtocolHandler('web+gopher', 'https://gopher.feuerfuchs.dev/%s', 'Web Gopher Proxy'); 6 (navigator as any).registerProtocolHandler('gopher', 'https://gopher.feuerfuchs.dev/%s', 'Web Gopher Proxy');
7} 7}
8 8
9function ensureSetting(key: string, defaultValue: string): string { 9function ensureSetting(key: string, defaultValue: string): string {