diff --git a/static/index.html b/static/index.html index 6f1dafe..7f658b9 100644 --- a/static/index.html +++ b/static/index.html @@ -220,6 +220,8 @@

Dit length (iambic): ms + / + WPM { localStorage[element.id] = element.value if (outputElement) { outputElement.value = element.value } + if (outputWpmElement) { + outputWpmElement.value = (1200 / element.value).toFixed(1) + } if (callback) { callback(e) }