diff --git a/dashboard/src/js/restore.js b/dashboard/src/js/restore.js index 5f3c86eb7..3fbfc2ee9 100644 --- a/dashboard/src/js/restore.js +++ b/dashboard/src/js/restore.js @@ -1,6 +1,6 @@ 'use strict'; -/* global $, angular, SECRET_PLACEHOLDER, STORAGE_PROVIDERS, BACKUP_FORMATS */ +/* global $, angular, SECRET_PLACEHOLDER, STORAGE_PROVIDERS, BACKUP_FORMATS, window, FileReader, document */ /* global REGIONS_S3, REGIONS_WASABI, REGIONS_DIGITALOCEAN, REGIONS_EXOSCALE, REGIONS_SCALEWAY, REGIONS_LINODE, REGIONS_OVH, REGIONS_IONOS, REGIONS_UPCLOUD, REGIONS_VULTR, REGIONS_CONTABO */ // create main application module diff --git a/dashboard/src/js/setup.js b/dashboard/src/js/setup.js index 4a5c4712b..6bdb1519b 100644 --- a/dashboard/src/js/setup.js +++ b/dashboard/src/js/setup.js @@ -1,6 +1,6 @@ 'use strict'; -/* global $, angular, Clipboard, ENDPOINTS_OVH */ +/* global $, angular, Clipboard, ENDPOINTS_OVH, window, FileReader, document */ // create main application module var app = angular.module('Application', ['pascalprecht.translate', 'ngCookies', 'angular-md5', 'ui-notification', 'ui.bootstrap']);