提交 3ec966ad 编写于 作者: P Phil Hughes

Merge branch '61550-next-badge' into 'master'

Fixes next badge being always visible

Closes #61550

See merge request gitlab-org/gitlab-ce!28249
......@@ -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');
......
---
title: Fixes next badge being always visible
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册