mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 05:43:24 +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> {
|
||||
return browser.tabs.create({
|
||||
active: true,
|
||||
url: 'History/history.html',
|
||||
url: '/History/history.html',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user