Skip to content

Commit 041ee4f

Browse files
authoredFeb 23, 2023
Update osd.js
1 parent 61503ea commit 041ee4f

File tree

1 file changed

+1
-2
lines changed
  • TEST_SW_EXTPAGE_AND_OSD/script

1 file changed

+1
-2
lines changed
 

‎TEST_SW_EXTPAGE_AND_OSD/script/osd.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ chrome.runtime.onMessage.addListener((msg, sender, sendResponse) => {
44
let parser = new DOMParser();
55
let doc = parser.parseFromString(msg.html, 'text/html');
66
let tc = doc.getElementById('bar').textContent;
7-
let reply = {};
87
sendResponse(tc)
98
}
10-
})
9+
})

0 commit comments

Comments
 (0)
Please sign in to comment.