Index: gc_lang/fr/webext/content_scripts/gc_content.js ================================================================== --- gc_lang/fr/webext/content_scripts/gc_content.js +++ gc_lang/fr/webext/content_scripts/gc_content.js @@ -26,22 +26,10 @@ oGCPanelContent.openURL(xElem.getAttribute("href")); } else { oGCPanelContent.oTooltip.hide(); } } - catch (e) { - showError(e); - } -} - -function onGrammalecteGCPanelKeyUp (xEvent) { - try { - let xElem = xEvent.target; - if (xElem.id) { - console.log(xElem.id); - } - } catch (e) { showError(e); } }