04-21-2008 04:29 AM
02-11-2010 01:20 AM
04-03-2013 04:08 PM
$(document).ready(function(){
$("#navigator div a").each(function(){
if($(this).html() == "My Alfresco"|| $(this).html() == "Guest Home"){
$(this).parent().css("display","none");
}
})
})
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.