зеркало из https://github.com/mozilla/gecko-dev.git
Fix 234136: middle-clicking link no longer makes it appear visited.
This commit is contained in:
Родитель
e36f0f8f9d
Коммит
d422bb1bc5
|
@ -68,7 +68,7 @@ function markLinkVisited(href, linkNode)
|
||||||
|
|
||||||
var uri = makeURL(href);
|
var uri = makeURL(href);
|
||||||
if (!globalHistory.isVisited(uri)) {
|
if (!globalHistory.isVisited(uri)) {
|
||||||
globalHistory.addPage(uri, false, false);
|
globalHistory.addURI(uri, false, false);
|
||||||
var oldHref = linkNode.getAttribute("href");
|
var oldHref = linkNode.getAttribute("href");
|
||||||
if (typeof oldHref == "string") {
|
if (typeof oldHref == "string") {
|
||||||
// Use setAttribute instead of direct assignment.
|
// Use setAttribute instead of direct assignment.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче