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 @@ -270,18 +270,10 @@ catch (e) { showError(e); } this.stopWaitIcon(); } - - openURL (sURL) { - xPort.postMessage({ - sCommand: "openURL", - dParam: {"sURL": sURL}, - dInfo: {} - }); - } } class GrammalecteTooltip { Index: gc_lang/fr/webext/content_scripts/panels_content.js ================================================================== --- gc_lang/fr/webext/content_scripts/panels_content.js +++ gc_lang/fr/webext/content_scripts/panels_content.js @@ -132,11 +132,15 @@ stopWaitIcon () { this.xWaitIcon.style.visibility = "hidden"; } openURL (sURL) { - // todo + xPort.postMessage({ + sCommand: "openURL", + dParam: {"sURL": sURL}, + dInfo: {} + }); } } /*