Skip to content

Commit b1f6e6e

Browse files
committed
Remove references to base64.js
1 parent 9deb0f7 commit b1f6e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* globals chrome, console, Base64 */
1+
/* globals chrome, console */
22
/**
33
* code for handling all the logging magic
44
*

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content_scripts": [
55
{
66
"matches": ["http://*/*", "https://*/*"],
7-
"js": ["base64.js", "log.js"],
7+
"js": ["log.js"],
88
"run_at": "document_start"
99
}
1010
],

0 commit comments

Comments
 (0)