Differences From Artifact [b34663fda1]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [933990893e] at 2018-10-20 10:42:35 on branch shadowdom — [fx] More elegant solution for adding styles (user: IllusionPerdu, size: 12968) [annotate] [blame] [check-ins using]
To Artifact [31953bf9da]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [a59c1fc4c3] at 2018-11-02 09:23:49 on branch shadowdom — [fx] fix variables name (user: olr, size: 12992) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
215 216 217 218 219 220 221 | 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 | - + - - + + |
return xNode;
}
catch (e) {
showError(e);
}
},
|
| ︙ |