Differences From Artifact [7deea34453]:
- File gc_lang/fr/webext/content_scripts/gc_content.js — part of check-in [a2a19392b6] at 2017-08-22 12:27:59 on branch webext2 — [fx] modify textarea content while typing (user: olr, size: 19613) [annotate] [blame] [check-ins using]
To Artifact [6a5d0efcb3]:
- File gc_lang/fr/webext/content_scripts/gc_content.js — part of check-in [9e03da4287] at 2017-08-22 12:29:50 on branch webext2 — [fx] useless code (user: olr, size: 19400) [annotate] [blame] [check-ins using]
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - - - - - - - - - - - - |
}
} else if (xElem.tagName === "A") {
oGCPanelContent.openURL(xElem.getAttribute("href"));
} else {
oGCPanelContent.oTooltip.hide();
}
}
|
| ︙ |