Skip to content

Commit 9f122d4

Browse files
author
Wes Novack
committed
double timeout to allow for Linux operations
1 parent 5b4909b commit 9f122d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
setTimeout(function() {
22
chrome.runtime.sendMessage({}, function() {});
3-
}, 3000);
3+
}, 6000);

0 commit comments

Comments
 (0)