Skip to content

Commit 951f5bd

Browse files
Do not check for ACE by default
1 parent 945b0b3 commit 951f5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h3>Stage</h3>
299299
<legend>General options</legend>
300300
<input type="checkbox" id="accessible" /><label for="accessible"
301301
title="Uses the new, accessible Wikipedia color scheme.">Use accessible colours</label><br />
302-
<input type="checkbox" id="compute-ace" checked /><label for="compute-ace"
302+
<input type="checkbox" id="compute-ace" /><label for="compute-ace"
303303
title="Compute and display ACE (may increase generation time).">Compute ACE</label><br />
304304
<input type="checkbox" id="smaller-dots" /><label for="smaller-dots"
305305
title="Uses smaller dot sizes on the generated maps. Intended for summary maps only.">Use

0 commit comments

Comments
 (0)