From 2a2c550115f542e3629cd91d5e0f0f04308413f2 Mon Sep 17 00:00:00 2001 From: liumingmin <443925902@qq.com> Date: Wed, 24 Jan 2018 17:13:47 +0800 Subject: [PATCH 1/3] Update index.html --- index.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 3f966bd..c24f916 100644 --- a/index.html +++ b/index.html @@ -18,21 +18,13 @@ 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


- + From 2a8e60658a57f7b09c4c74ae1ad08016544e4064 Mon Sep 17 00:00:00 2001 From: liumingmin <443925902@qq.com> Date: Thu, 25 Jan 2018 19:56:58 +0800 Subject: [PATCH 2/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c24f916..dceabbb 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@

JavaScript MD5 Demo

Input

- +
From ce2f0f751569687f527ce837c54997016b5360b1 Mon Sep 17 00:00:00 2001 From: liumingmin <443925902@qq.com> Date: Thu, 25 Jan 2018 19:57:32 +0800 Subject: [PATCH 3/3] Update demo.js --- js/demo/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '日本' }())