diff --git a/js/breadcrumb.js b/js/breadcrumb.js index 93ce1c746f..94f4597fe0 100644 --- a/js/breadcrumb.js +++ b/js/breadcrumb.js @@ -112,6 +112,9 @@ * Shows the dark spinner on the crumb */ showLoader: function () { + if ($(this).hasClass('home') && $(this).hasClass('last')) { + return; + } $(this).children('a').addClass("icon-loading-dark small"); },