Skip to content

Commit

Permalink
Update metadata JS file name
Browse files Browse the repository at this point in the history
  • Loading branch information
patridge committed May 27, 2020
1 parent 622c76c commit d46148f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-extension-popup.js
Expand Up @@ -54,7 +54,7 @@ chrome.runtime.onMessage.addListener(async function (request, sender, sendRespon
chrome.tabs.query({ active: true, currentWindow: true },
function(tabs) {
// NOTE: This system duplicates a lot of the background.js PageStateMatcher system manually. There is probably a better way.
const microsoftLearnPageScript = "get-author.js";
const microsoftLearnPageScript = "get-docs-metadata.js";
let tempAnchor = document.createElement("a");
tempAnchor.href = tabs[0].url;
let tabId = tabs[0].id;
Expand Down
File renamed without changes.

0 comments on commit d46148f

Please sign in to comment.