diff --git a/index.html b/index.html index 2989963..c5f8611 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@
- 1611 char. equivalents + 1761 char. equivalents
23 lines
@@ -165,7 +165,7 @@ var text = e.target.textContent; var numNewlines = (text.match(/[\n]/g)||[]).length; var withoutNewlines = (text.match(/[^\n]/g)||[]).length; - var cc = withoutNewlines + 75 * numNewlines; + var cc = withoutNewlines + 100 * numNewlines; var numLines = Math.floor(e.target.offsetHeight / 15); console.log(numLines);