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; }