Ok, for those that need an immediate solution:
document.getElementById('SuiteNavPlaceholder').style.display = 'none';
I put this at the top of my JS code and it works for me.
Ok, for those that need an immediate solution:
document.getElementById('SuiteNavPlaceholder').style.display = 'none';
I put this at the top of my JS code and it works for me.