diff --git a/source/background.js b/source/background.js index 52d6d0a..c59c6c1 100644 --- a/source/background.js +++ b/source/background.js @@ -121,7 +121,7 @@ chrome.runtime.onConnect.addListener(handlePortListenerErrors(async port => { port.postMessage({ready: true}); })); -// https://github.com/fregante/GhostText/issues/317 +// https://github.com/fregante/GhostText/pull/324 chrome.runtime.onMessage.addListener(() => { // What is my purpose? // You pass the butter. diff --git a/source/ghost-text.js b/source/ghost-text.js index 575ef39..e377692 100644 --- a/source/ghost-text.js +++ b/source/ghost-text.js @@ -350,7 +350,7 @@ window.stopGT = stopGT; setTimeout(startGT, 100); -// https://github.com/fregante/GhostText/issues/317 +// https://github.com/fregante/GhostText/pull/324 window.gtInterval ??= setInterval(() => { chrome.runtime.sendMessage({ code: 'Keep alive',