File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let currentVersion = browser.runtime.getManifest().version
77<p >Current Patchfox Version is <i >{currentVersion }</i >.</p >
88<p >Source code is available at:</p >
99<ul >
10- <li ><a href =" https://github.com/soapdog/patchfox" >Github </a ></li >
11- <li ><a href =" https://git.sr.ht/~soapdog/patchfox" >Sourcehut </a ></li >
10+ <li ><a href =" https://github.com/soapdog/patchfox" >GitHub </a ></li >
11+ <li ><a href =" https://git.sr.ht/~soapdog/patchfox" >SourceHut </a ></li >
1212</ul >
1313</div >
Original file line number Diff line number Diff line change 2020
2121 export let subView = " identitiesAndConnections"
2222
23+ if (! views .hasOwnProperty (subView)) {
24+ console .log (" no such subview" , subView)
25+ subView = " about"
26+ }
27+
2328 const handleMenuChange = ev => {
2429 subView = ev .detail .subView
2530 }
You can’t perform that action at this time.
0 commit comments