Skip to content

Commit 4ec66e7

Browse files
committed
Fixing script_2.js
1 parent 49d897e commit 4ec66e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if (!isFontAvailable('Menlo')) {
138138
$(`code:contains(${DIAGRAM_3_B})`).html(DIAGRAM_3_A);
139139
$(`code:contains(${DIAGRAM_4_B})`).html(DIAGRAM_4_A);
140140
$(`code:contains(${DIAGRAM_5_B})`).html(DIAGRAM_5_A);
141-
$(`code:contains(${DIAGRAM_6_B})`).html(DIAGRAM_6_A);
141+
// $(`code:contains(${DIAGRAM_6_B})`).html(DIAGRAM_6_A);
142142
// var htmlString = $('code:contains(ᴺᴱᵂ)').html().replace(/ᴺᴱᵂ/g, '');
143143
// $('code:contains(ᴺᴱᵂ)').html(htmlString);
144144
}

0 commit comments

Comments
 (0)