Commit f0ff5fb6 authored by Clement Ho's avatar Clement Ho

Fix loading icon for mr tabs

parent 1175e23b
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment