url error fixed
This commit is contained in:
parent
a03c11794a
commit
969f17e9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||||
browser.tabs.update(tabs[0].id, {active: true});
|
browser.tabs.update(tabs[0].id, {active: true});
|
||||||
} else {
|
} else {
|
||||||
// if the tab is not there, create it
|
// if the tab is not there, create it
|
||||||
browser.tabs.create({url: browser.runtime.getURL('../get-calendar-event/addtags/mzta-get-calendar-event.html')});
|
browser.tabs.create({url: browser.runtime.getURL('../pages/get-calendar-event/mzta-get-calendar-event.html')});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue