gui: Remove superfluous trailing argument (#5668)

This commit is contained in:
Jonas Thelemann 2019-04-23 19:37:20 +02:00 committed by Audrius Butkevicius
parent e7d11adf3c
commit d3d43d90f6

View File

@ -357,7 +357,7 @@ angular.module('syncthing.core')
recalcLocalStateTotal(); recalcLocalStateTotal();
console.log("refreshFolder", folder, data); console.log("refreshFolder", folder, data);
}).error($scope.emitHTTPError); }).error($scope.emitHTTPError);
}, 1000, true); }, 1000);
} }
debouncedFuncs[key](); debouncedFuncs[key]();
} }