diff options
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. |