lint compliance
parent
0e1588a883
commit
fffd4aff3c
|
@ -887,7 +887,7 @@ define([
|
|||
todo();
|
||||
}
|
||||
};
|
||||
UI.updateLoadingProgress = function (data, isDrive) {
|
||||
UI.updateLoadingProgress = function (data) {
|
||||
if (window.CryptPad_updateLoadingProgress) {
|
||||
window.CryptPad_updateLoadingProgress(data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue