V5 beta Apr-10-2022 available now

 From:  Larry Fahnoe (FAHNOE)
10652.39 
Hi Michael,

Maybe I've not had enough coffee, but I'm puzzled as to why the beta is not liking my Extras startup script (based upon Max's Scripts menu)
https://moi3d.com/forum/messages.php?webtag=MOI&msg=10353.1

First thought was some of the Mac filesystem changes (I'm on an M1 MBP) but it doesn't even get that far. Seems like the .js portion loads and creates the Extras icon in the menu bar, but the .htm portion never gets to starting the embedded <script>.

Something changed in CommandBarCustomUI maybe?

code:
moi.ui.commandBar.CommandBarCustomUI.insertAdjacentHTML( "beforeEnd", 
'<moi:Spacer/><moi:Spacer/><moi:CommandMenuButton icon="'+icon+'" menu="'+menu+'">'+title+'</moi:CommandMenuButton>');


--Larry