diff --git a/index.html b/index.html index 3f966bd..dceabbb 100644 --- a/index.html +++ b/index.html @@ -18,24 +18,16 @@ JavaScript MD5 Demo - +

JavaScript MD5 Demo

-

JavaScript MD5 implementation.
-Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.

- +

Input

- +
@@ -43,7 +35,7 @@

Result


- + diff --git a/js/demo/demo.js b/js/demo/demo.js index 1ef9a9d..45a3ea0 100644 --- a/js/demo/demo.js +++ b/js/demo/demo.js @@ -22,5 +22,5 @@ document.getElementById('result').value = md5(input.value) } ) - input.value = '日本' + //input.value = '日本' }())