From b1a00854de296a2e90420bf4101144ab4d02d050 Mon Sep 17 00:00:00 2001 From: Oleg Sinizin Date: Mon, 30 Aug 2021 16:52:15 +0300 Subject: [PATCH] replace set filepass null --- .../nodejs/public/javascripts/jscript.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/documentserver-example/nodejs/public/javascripts/jscript.js b/web/documentserver-example/nodejs/public/javascripts/jscript.js index 212c3618..15f62b34 100644 --- a/web/documentserver-example/nodejs/public/javascripts/jscript.js +++ b/web/documentserver-example/nodejs/public/javascripts/jscript.js @@ -101,7 +101,8 @@ if (typeof jQuery != "undefined") { }); var timer = null; - var checkConvert = function (filePass = null) { + var checkConvert = function (filePass) { + filePass = null; if (timer != null) { clearTimeout(timer); }