Skip to content
Snippets Groups Projects
Commit f769f539 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fixes next badge being always visible

parent 4828ef52
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -147,7 +147,7 @@ function deferredInitialisation() {
const canaryBadge = document.querySelector('.js-canary-badge');
const canaryLink = document.querySelector('.js-canary-link');
if (canaryBadge) {
canaryBadge.classList.remove('hidden');
canaryBadge.classList.add('hidden');
}
if (canaryLink) {
canaryLink.classList.add('hidden');
Loading
Loading
---
title: Fixes next badge being always visible
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment