remove a duplicated attribute, lint compliance

pull/1/head
ansuz 2021-03-22 16:50:33 +05:30
parent 4f5cb98fd5
commit b8e0d6a1fe
2 changed files with 0 additions and 2 deletions

View File

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

View File

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