diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-07-20 12:01:41 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-07-20 12:03:07 +0200 |
commit | 081739e7dcaeed1e0655a49ebdebb02d653d9042 (patch) | |
tree | 91e74e5f74c8f947bf43461de0bfed012e419cf2 /html | |
parent | 82836b92768bc3fa329e0d5345e93e98f5047db7 (diff) | |
parent | 97f683e266bc7270396c9e78296b9b0439639fbe (diff) | |
download | browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.tar.gz browser-extension-081739e7dcaeed1e0655a49ebdebb02d653d9042.zip |
Merge rebranding to "Hachette"
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 409df80..e1e6cbe 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. |