Commit 7f478654 authored by nextime's avatar nextime
parents 5fa68721 ca2dd6c0
...@@ -815,7 +815,7 @@ ...@@ -815,7 +815,7 @@
console.log('Received webChannelReady event'); console.log('Received webChannelReady event');
if (!isInitialized) { if (!isInitialized) {
console.log('webChannelReady event received, but chrome.runtime not initialized, attempting initialization'); console.log('webChannelReady event received, but chrome.runtime not initialized, attempting initialization');
attemptInitialization(); initWebChannel();
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment