mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix: history page not opening in firefox
This commit is contained in:
@@ -8,7 +8,7 @@ export function openExtOptionsPage(): Promise<void> {
|
|||||||
export function openHistoryPage(): Promise<Tabs.Tab> {
|
export function openHistoryPage(): Promise<Tabs.Tab> {
|
||||||
return browser.tabs.create({
|
return browser.tabs.create({
|
||||||
active: true,
|
active: true,
|
||||||
url: 'History/history.html',
|
url: '/History/history.html',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user