Commit 1934f63b1eb1fb4cfafe583543b63fbacdf7e1f3
remove notifications tab, but didn\t figure out how to move it to menu
Ev Bogue committed on 9/13/2016, 4:04:35 PMParent: b83fecd983be46e10744e25695e53d9ba98b895c
Files changed
modules/tabs.js | changed |
modules/tabs.js | ||
---|---|---|
@@ -63,9 +63,10 @@ | ||
63 | 63 … | // try { saved = JSON.parse(localStorage.openTabs) } |
64 | 64 … | // catch (_) { } |
65 | 65 … | |
66 | 66 … | if(!saved || saved.length < 3) |
67 | - saved = ['/public', '/private', '/notifications'] | |
67 … | + // saved = ['/public', '/private', '/notifications'] | |
68 … | + saved = ['/public', '/private'] | |
68 | 69 … | |
69 | 70 … | saved.forEach(function (path) { |
70 | 71 … | var el = screen_view(path) |
71 | 72 … | el.id = el.id || path |
Built with git-ssb-web