Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Dec 19, 2023
1 parent 8e8050e commit 7c2aa0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="keywords" content="braille display animation javascript css" />
<meta
name="description"
content="Simple javascript and CSS to display Braille"
content="Simple javascript and CSS to display Braille with translation on hover"
/>
</head>

Expand Down
2 changes: 1 addition & 1 deletion js/braille.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

const e = (id) => document.getElementById(id);

braille = (message) => {
const braille = (message) => {
var h = "";
var myChar, prevCharNum, inQuote;
const BrChar = (bPix, bAlt) =>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "braille-text",
"version": "0.0.1",
"description": "Home Page of Olivier Giulieri",
"description": "Simple javascript and CSS to display Braille with translation hover effect (for sighted people).",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/braille-text"
Expand Down

0 comments on commit 7c2aa0b

Please sign in to comment.