From b8e0d6a1fe15f3d0ee0dc9a51a62e4b2bc2c73cd Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 22 Mar 2021 16:50:33 +0530 Subject: [PATCH] remove a duplicated attribute, lint compliance --- www/common/application_config_internal.js | 1 - www/common/inner/access.js | 1 - 2 files changed, 2 deletions(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index e119b3e5e..9b3eaed26 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -196,7 +196,6 @@ define(function() { // a different page (Drive, Settings, etc.) or try to create a new pad themselves. You can disable // the driveless mode by changing the following value to "false" config.allowDrivelessMode = true; - config.allowDrivelessMode = true; return config; }); diff --git a/www/common/inner/access.js b/www/common/inner/access.js index 95450e073..47b04a5c4 100644 --- a/www/common/inner/access.js +++ b/www/common/inner/access.js @@ -941,7 +941,6 @@ define([ _href = Hash.hashToHref(newHash, parsed.type); } - var reload = false; // Trigger a page reload if the href didn't change if (_href === href) { _href = undefined; }