V3 alternative to #nuMenu remove via nuLoadThis
Posted: Fri Feb 19, 2016 5:54 pm
Good morning,
I was wondering if V3 has an alternative to the below code for V2:
I am setting permissions on specific objects, but in some instances, I have a complete tab that should be hidden (calculations or reviews of information that normal people shouldn't see)
I was wondering if V3 has an alternative to the below code for V2:
Code: Select all
if(access_level() != 'globeadmin'){
function nuLoadThis(){
$('#nuMenu0').remove(); //--eg. the first tab
}
}