Skip to content

Commit

Permalink
active link type 'none' clears directions
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jan 28, 2025
1 parent 7bf4f0c commit 7bae2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/page5.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</head>
<body>
<h1>Page 5</h1>
<a id="l1" href="/page6/" data-vtbag-link-types="blink/slink/flink">To 6</a><br />
<a id="l1" href="/page6/" data-vtbag-link-types="none blink/none slink/none flink">To 6</a><br />
<a id="l2" href="/page6/">To 5 (no link types)</a><br />
</body>
</html>
2 changes: 1 addition & 1 deletion tests/page6.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</head>
<body>
<h1>Page 6</h1>
<a id="l1" href="/page6/" data-vtbag-link-types="blink/slink/flink">To 5</a><br />
<a id="l1" href="/page6/" data-vtbag-link-types="none blink/none slink/none flink">To 5</a><br />
<a id="l2" href="/page6/">To 5 (no link types)</a><br />
</body>
</html>

0 comments on commit 7bae2e8

Please sign in to comment.