Lint compliance

This commit is contained in:
yflory
2018-04-27 18:04:21 +02:00
parent 64c85fe548
commit 2451174870
6 changed files with 4 additions and 6 deletions

View File

@@ -231,7 +231,6 @@ define([
if (typeof(sizeMb) === 'number' && sizeMb < 5) { return void onClick(); }
$dlform.find('#cp-app-file-dlfile, #cp-app-file-dlprogress').click(onClick);
};
var href = priv.origin + priv.pathname + priv.filehash;
common.getFileSize(hexFileName, function (e, data) {
if (e) {
return void UI.errorLoadingScreen(e);