update with windows fix
This commit is contained in:
parent
e1588a6dfd
commit
eaf6a2cb1e
|
@ -9,7 +9,7 @@ function launchPopup(message, sender, sendResponse) {
|
|||
// TODO consolidate popup dimensions
|
||||
chrome.windows.getLastFocused((focusedWindow) => {
|
||||
chrome.windows.create({
|
||||
url: 'index.html/#' + searchParams.toString(),
|
||||
url: 'index.html#' + searchParams.toString(),
|
||||
type: 'popup',
|
||||
width: 375,
|
||||
height: 600,
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
Loading…
Reference in New Issue