Skip to content

Commit 7bae2e8

Browse files
committed
active link type 'none' clears directions
1 parent 7bf4f0c commit 7bae2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/page5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</head>
3232
<body>
3333
<h1>Page 5</h1>
34-
<a id="l1" href="/page6/" data-vtbag-link-types="blink/slink/flink">To 6</a><br />
34+
<a id="l1" href="/page6/" data-vtbag-link-types="none blink/none slink/none flink">To 6</a><br />
3535
<a id="l2" href="/page6/">To 5 (no link types)</a><br />
3636
</body>
3737
</html>

tests/page6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</head>
3232
<body>
3333
<h1>Page 6</h1>
34-
<a id="l1" href="/page6/" data-vtbag-link-types="blink/slink/flink">To 5</a><br />
34+
<a id="l1" href="/page6/" data-vtbag-link-types="none blink/none slink/none flink">To 5</a><br />
3535
<a id="l2" href="/page6/">To 5 (no link types)</a><br />
3636
</body>
3737
</html>

0 commit comments

Comments
 (0)