Skip to content
Snippets Groups Projects
Unverified Commit 41360177 authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #78 from ASCWebServices/canini

asc_gateway - fixing bug from bootstrap update
parents e68744c6 33ff1b18
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