Differences From Artifact [ccd6c248f0]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.js — part of check-in [41527933de] at 2018-10-19 14:33:54 on branch shadowdom — [fx] Use Shadow DOM in panel when avaible (user: IllusionPerdu, size: 3905) [annotate] [blame] [check-ins using]
To Artifact [939e61049e]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.js — part of check-in [a59c1fc4c3] at 2018-11-02 09:23:49 on branch shadowdom — [fx] fix variables name (user: olr, size: 3919) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 | - - + + |
}
catch (e) {
showError(e);
}
}
setHidden (sClass, bHidden) {
|