Skip to content

Commit 8c82116

Browse files
committed
fontlist bugfix for last commit
1 parent fead4de commit 8c82116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fontlist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,7 @@ <h2>Customising via the URL</h2>
14881488
document.getElementById('fontWhiteSpace').innerHTML = '.text { white-space: nowrap; }'
14891489
if (textParameter !== '') {
14901490
document.getElementById('showGraphics').checked = false
1491+
document.getElementById('showFonts').checked = true
14911492
document.getElementById('inputText').value = textParameter
14921493
}
14931494
else document.getElementById('inputText').value = ''

0 commit comments

Comments
 (0)