mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge branch 'docs' of github.com:cmcaine/tridactyl into docs
This commit is contained in:
commit
0a0f75121f
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ export function help(...urlarr: string[]) {
|
|||
let url = urlarr.join("%20")
|
||||
// window.location.href = "docs/modules/_excmds_.html#" + url
|
||||
browser.tabs.create({url: "static/docs/modules/_excmds_.html#" + url})
|
||||
|
||||
}
|
||||
|
||||
/** @hidden */
|
||||
|
|
Loading…
Add table
Reference in a new issue