提交 fd93d8f0 编写于 作者: A Annabel Gray

Merge branch '47830-merge-request-diff-loading-icon-not-visible' into 'master'

Resolve "Merge request diff loading icon not visible"

Closes #47830 and #47849

See merge request gitlab-org/gitlab-ce!19758
......@@ -362,7 +362,7 @@ export default class MergeRequestTabs {
//
// status - Boolean, true to show, false to hide
toggleLoading(status) {
$('.mr-loading-status .loading').toggleClass('hidden', !status);
$('.mr-loading-status .loading').toggleClass('hide', !status);
}
diffViewType() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册