From 0de20e6d3e7f34f3b3f66bec3a1c7db04f8dcdce Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 30 Jan 2018 11:16:24 -0500 Subject: [PATCH] Update github pages and reference local file in example --- docs/index.html | 6 ++++++ example/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index d355448..ed71c10 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,6 +75,10 @@ input{ mm +
+ + mm +
@@ -147,6 +151,7 @@ input{ const frontIH = Math.round($('frontIH').value * MM); const maxLength = Math.round($('maxLength').value * MM); + const fold = Math.round($('fold').value * MM); const key = $('key').checked; const overlap = $('overlap').checked; @@ -172,6 +177,7 @@ input{ frontIW : frontIW, frontOH : frontOH, frontIH : frontIH, + fold : fold, maxLength : maxLength, parts : parts, diff --git a/example/index.html b/example/index.html index 05bfec7..e9af9d3 100644 --- a/example/index.html +++ b/example/index.html @@ -113,7 +113,7 @@ input{
- +