Skip to content

Commit

Permalink
🚚 (bibmatcher): Move files to src/bibMatcher/
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Nov 14, 2023
1 parent af6e1b4 commit ab495cd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/popup/js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const popupMain = async (url, is, manualTrigger = false, tab = null) => {
// Set BibMatcher page link
addListener("bib-matcher", "click", () => {
chrome.tabs.create({
url: chrome.extension.getURL("src/fullMemory/bibMatcher.html"),
url: chrome.extension.getURL("src/bibMatcher/bibMatcher.html"),
});
});

Expand Down

0 comments on commit ab495cd

Please sign in to comment.