Skip to content

Commit

Permalink
remove Bidirectional Unicode control characters
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 29, 2022
1 parent e4eece5 commit 98391fb
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions js/jquery.terminal-2.32.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Mon, 28 Mar 2022 13:51:00 +0000
* Date: Tue, 29 Mar 2022 14:23:50 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -4565,8 +4565,8 @@
" ": " ",
"‌": "‌",
"‍": "‍",
"‎": "",
"‏": "",
"‎": "\u200e",
"‏": "\u200f",
"–": "–",
"—": "—",
"‘": "‘",
Expand Down Expand Up @@ -5171,7 +5171,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Mon, 28 Mar 2022 13:51:00 +0000',
date: 'Tue, 29 Mar 2022 14:23:50 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal-2.32.1.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -4565,8 +4565,8 @@
" ": " ",
"‌": "‌",
"‍": "‍",
"‎": "",
"‏": "",
"‎": "\u200e",
"‏": "\u200f",
"–": "–",
"—": "—",
"‘": "‘",
Expand Down
8 changes: 4 additions & 4 deletions js/jquery.terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Mon, 28 Mar 2022 13:51:00 +0000
* Date: Tue, 29 Mar 2022 14:23:50 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -4565,8 +4565,8 @@
" ": " ",
"‌": "‌",
"‍": "‍",
"‎": "",
"‏": "",
"‎": "\u200e",
"‏": "\u200f",
"–": "–",
"—": "—",
"‘": "‘",
Expand Down Expand Up @@ -5171,7 +5171,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Mon, 28 Mar 2022 13:51:00 +0000',
date: 'Tue, 29 Mar 2022 14:23:50 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal.min.js.map

Large diffs are not rendered by default.

0 comments on commit 98391fb

Please sign in to comment.