Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements to ease usage #235

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To deploy _Orange Confort+_ onto your domain, a prepackaged version is available
> [!IMPORTANT]
> If `dist/serveur/` content is placed at your website root, you do not need the following action.

Edit JavaScript files to change the following variables:
Edit JavaScript files to change the following variables, or define them in your own script before Confort+ scripts inclusion:

```javascript
var hebergementDomaine = 'https://example.com'; // Your website origin
Expand Down
2 changes: 1 addition & 1 deletion dist/WebExtension/css/classic-toolbar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/WebExtension/css/help.min.css

Large diffs are not rendered by default.

Binary file modified dist/WebExtension/img/arrows_60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/WebExtension/img/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/WebExtension/img/icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/WebExtension/img/icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/WebExtension/js/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3000,10 +3000,10 @@ accessibilitytoolbar = {
if (theFrames.length > 0) {
while (theFrame = theFrames[i]) {
try {
theFrameDocument = theFrame.contentDocument || theFrame.document;
// attach event to frame onload to reload the css...
accessibilitytoolbar.uciAttachEvent('load', 'onload', theFrame, accessibilitytoolbar.setCSS);
} catch (e) {
console.error(e);
}
i++;
}
Expand Down Expand Up @@ -3552,6 +3552,7 @@ accessibilitytoolbar = {
theFrameDocument.getElementsByTagName('head')[0].removeChild(theFrameDocument.getElementById("a11yUserPrefStyle"));
}
} catch (e) {
console.error(e);
}
indexFrame++;
}
Expand Down Expand Up @@ -3852,7 +3853,6 @@ accessibilitytoolbar = {
document.getElementsByTagName('head')[0].appendChild(newStyle);
indexFrame = 0;
theFrames = window.frames;
//frames=document.getElementsByTagName("iframe");
if (theFrames.length > 0) {
while (theFrame = theFrames[indexFrame]) {
try {
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "106.0"
"strict_min_version": "109.0"
}
},
"background": {
Expand Down
2 changes: 1 addition & 1 deletion dist/serveur/css/classic-toolbar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/serveur/css/help.min.css

Large diffs are not rendered by default.

Binary file modified dist/serveur/img/arrows_60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/serveur/js/toolbar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/serveur/js/toolbar.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/serveur/js/toolbar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/serveur/js/toolbar.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/boosted.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/classic-toolbar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/help.min.css

Large diffs are not rendered by default.

Binary file modified docs/img/agencement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/agencement_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/agencement_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/agencement_pl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/arrows_60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/barre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/barre_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/barre_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/barre_pl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/comportement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/comportement_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/comportement_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/comportement_pl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/palette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/palette_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/palette_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/palette_pl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/typographie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/typographie_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/typographie_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/typographie_pl.png
4 changes: 2 additions & 2 deletions docs/js/toolbar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/toolbar.min.js.map

Large diffs are not rendered by default.

Loading