diff options
author | jahoti <jahoti@tilde.team> | 2021-07-19 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-07-19 00:00:00 +0000 |
commit | 6b12a034efe8918eb45f09aa5aad94177eb51049 (patch) | |
tree | 8ef97158020fd4ba02fe740f491f9a1a3fe17498 /html | |
parent | ecb787046271de708b94da70240713e725299d86 (diff) | |
download | browser-extension-6b12a034efe8918eb45f09aa5aad94177eb51049.tar.gz browser-extension-6b12a034efe8918eb45f09aa5aad94177eb51049.zip |
Refer to the extension consistently as "Hachette" and remove TODOS.org
from the copyright file
Diffstat (limited to 'html')
-rw-r--r-- | html/display-panel.js | 2 | ||||
-rw-r--r-- | html/options.html | 2 | ||||
-rw-r--r-- | html/options_main.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/html/display-panel.js b/html/display-panel.js index 9ae35fd..650c234 100644 --- a/html/display-panel.js +++ b/html/display-panel.js @@ -1,5 +1,5 @@ /** - * Myext display panel logic + * Hachette display panel logic * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. diff --git a/html/options.html b/html/options.html index 092327a..bfb9e52 100644 --- a/html/options.html +++ b/html/options.html @@ -7,7 +7,7 @@ <html> <head> <meta charset="utf-8"/> - <title>Myext options</title> + <title>Hachette options</title> <style> input[type="checkbox"], input[type="radio"], .hide, .popup.hide { display: none; diff --git a/html/options_main.js b/html/options_main.js index f7adf39..cf4c9b1 100644 --- a/html/options_main.js +++ b/html/options_main.js @@ -1,5 +1,5 @@ /** - * Myext HTML options page main script + * Hachette HTML options page main script * * Copyright (C) 2021 Wojtek Kosior * Redistribution terms are gathered in the `copyright' file. |