Skip to content
Snippets Groups Projects
Commit 33ff1b18 authored by Brian Canini's avatar Brian Canini
Browse files

asc_gateway - fixing bug from bootstrap update

parent e68744c6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ jQuery(document).ready(function(){
jQuery('body').append('<div class="overlay"></div>');
}
//add navbar-nav class for styling homepage
if(jQuery('.menu-card').length) {
jQuery('.menu-card ul').addClass('navbar-nav');
}
jQuery('.sf-sub-indicator').empty().replaceWith(function(){
return jQuery("<i class='fa fa-angle-right' aria-hidden='true' />").append(jQuery(this).contents());
});
......
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