Skip to content

Commit

Permalink
Make CodeQL happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Dec 18, 2023
1 parent 6cca1ec commit f63514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/utils/js/ab_testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.querySelector("html").addEventListener("click", (e) => {
if (href.startsWith("https://www.ietf.org/mailman/listinfo/")) {
wagtailAbTesting.triggerEvent("navigate-mailman")
}
if (href.startsWith("https://registration.ietf.org")) {
if (href.startsWith("https://registration.ietf.org/")) {
wagtailAbTesting.triggerEvent("navigate-registration")
}
}
Expand Down

0 comments on commit f63514a

Please sign in to comment.