lint compliance

pull/1/head
yflory 2020-10-14 15:21:26 +02:00 committed by ansuz
parent 03a7e0e8eb
commit 3171864a89
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ define([
todo();
}
};
UI.updateLoadingProgress = function (data, isDrive) {
UI.updateLoadingProgress = function (data) {
if (window.CryptPad_updateLoadingProgress) {
window.CryptPad_updateLoadingProgress(data);
}