From e80955983d362ea91a6a354e484110c636ec0977 Mon Sep 17 00:00:00 2001 From: Zwilla Date: Thu, 7 Sep 2017 09:42:54 +0200 Subject: [PATCH] remove sourceMappingURL=zxcvbn.js.map just remove this line, if not every time we run the converter it searches for the map file. It is not enough to uncomment this line. thx --- src/js/zxcvbn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/zxcvbn.js b/src/js/zxcvbn.js index 0daf830..e73b8bc 100644 --- a/src/js/zxcvbn.js +++ b/src/js/zxcvbn.js @@ -25,4 +25,4 @@ var time_estimates;time_estimates={estimate_attack_times:function(e){var t,n,s,o },{}]},{},[4])(4) }); -//# sourceMappingURL=zxcvbn.js.map + -- 2.41.0