/*
After client modified Mini sties, bottom navigation links were directing to main site pages which are out of scope. Apply Hide class so to only show language links
*/

$(document).ready(function() {
	$('#footer ul:nth-child(1)').addClass('OneLinkHide');
	$('#footer ul:nth-child(2)').addClass('OneLinkHide');

});
