mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Don't reformat by default
This commit is contained in:
parent
b0bf2d745f
commit
0afa3d64dc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
let script = document.currentScript;
|
||||
let reformat = true;
|
||||
let reformat = false;
|
||||
|
||||
FRACTION_MAP = {
|
||||
'1/4': '\u00BC',
|
||||
|
|
|
|||
Loading…
Reference in a new issue