Differences From Artifact [69ff038986]:
- File gc_lang/fr/webext/content_scripts/gc_content.js — part of check-in [9be9daf794] at 2017-08-29 16:08:00 on branch webext2 — [fx] open URL from tooltip (user: olr, size: 20177) [annotate] [blame] [check-ins using]
To Artifact [94e9ffb049]:
- File gc_lang/fr/webext/content_scripts/gc_content.js — part of check-in [dce23987ab] at 2017-08-29 16:09:53 on branch webext2 — [fx] move openURL to parent object (user: olr, size: 20018) [annotate] [blame] [check-ins using]
- File gc_lang/fr/webext/content_scripts/panel_gc.js — part of check-in [6874758304] at 2017-08-30 15:55:08 on branch webext2 — [fx] rename content scripts -> panel (user: olr, size: 20018) [annotate] [blame] [check-ins using]
| ︙ | |||
268 269 270 271 272 273 274 | 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | - - - - - - - - |
window.setTimeout(function() { xClipboardButton.textContent = "∑"; } , 2000);
}
catch (e) {
showError(e);
}
this.stopWaitIcon();
}
|
| ︙ |