mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
viewcontainers bugfix. fixes #717
This commit is contained in:
parent
807ecb33ea
commit
5e920f0ae6
1 changed files with 1 additions and 1 deletions
|
@ -1862,7 +1862,7 @@ export async function containerupdate(name: string, uname: string, ucolor: strin
|
|||
export async function viewcontainers() {
|
||||
// # and white space don't agree with FF's JSON viewer.
|
||||
// Probably other symbols too.
|
||||
let containers = await Container.getAll()
|
||||
let containers = await browserBg.contextualIdentities.query({}) // Can't access src/lib/containers.ts from a content script.
|
||||
window.location.href =
|
||||
"data:application/json," +
|
||||
JSON.stringify(containers)
|
||||
|
|
Loading…
Add table
Reference in a new issue