replace set filepass null

This commit is contained in:
Oleg Sinizin
2021-08-30 16:52:15 +03:00
parent a546f1a1f4
commit b1a00854de

View File

@ -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);
}