Skip to content

Commit 9f5390c

Browse files
committed
Script_2.js diagrams test
1 parent db8b818 commit 9f5390c

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
@@ -133,12 +133,12 @@ const DIAGRAM_6_B =
133133
(function(d){function c(c){b.style.fontFamily=c;e.appendChild(b);f=b.clientWidth;e.removeChild(b);return f}var f,e=d.body,b=d.createElement("span");b.innerHTML=Array(100).join("wi");b.style.cssText=["position:absolute","width:auto","font-size:128px","left:-99999px"].join(" !important;");var g=c("monospace"),h=c("serif"),k=c("sans-serif");window.isFontAvailable=function(b){return g!==c(b+",monospace")||k!==c(b+",sans-serif")||h!==c(b+",serif")}})(document);
134134

135135
if (!isFontAvailable('Menlo')) {
136+
$(`code:contains(${DIAGRAM_6_B})`).html(DIAGRAM_6_A);
136137
$(`code:contains(${DIAGRAM_1_B})`).html(DIAGRAM_1_A);
137138
$(`code:contains(${DIAGRAM_2_B})`).html(DIAGRAM_2_A);
138139
$(`code:contains(${DIAGRAM_3_B})`).html(DIAGRAM_3_A);
139140
$(`code:contains(${DIAGRAM_4_B})`).html(DIAGRAM_4_A);
140141
$(`code:contains(${DIAGRAM_5_B})`).html(DIAGRAM_5_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)