So, I'm running into an interesting problem - and I don't know why.
When I go to my admin (4.5.2) - the 'new' menu box doesn't work. I get this error:
Code:
Error: hideMainMenu is not defined
javascript:hideMainMenu();submitbutton('new'); and then later
Code:
Error: hideMainMenu is not defined
Source File: javascript:if (document.adminForm.boxchecked.value == 0){ alert('Please select an item from the list to edit'); } else {hideMainMenu();submitbutton('edit_source', '');}
Line: 1 Anyone have any ideas what's goin on?