Skip to content

Commit d62af13

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

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,8 +133,8 @@ 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);
137136
$(`code:contains(${DIAGRAM_1_B})`).html(DIAGRAM_1_A);
137+
$(`code:contains(${DIAGRAM_6_B})`).html(DIAGRAM_6_A);
138138
$(`code:contains(${DIAGRAM_2_B})`).html(DIAGRAM_2_A);
139139
$(`code:contains(${DIAGRAM_3_B})`).html(DIAGRAM_3_A);
140140
$(`code:contains(${DIAGRAM_4_B})`).html(DIAGRAM_4_A);

0 commit comments

Comments
 (0)