Hi, I am having issues with javascript functionality not working in the admin area. When writing a new post things like the ScreenOptions button or the Publish box do not work.
I have a local wordpress development install and a deployment install on the live site. Locally is working. I have compared the generated HTML for the post-new.php of both sites and they are different.
The one that does not work is failing to include some javascript into the file. So, in the working file I have some javascript inside script tags that is missing in the file not working.
Why would that be?!