I added a new page through the admin area. When I was checking it using Firebug I was getting several of these error "$ type error browser undefined" and it pointed to the htmlarea.js line 20 col 12. After researching this has been deprecated since jquery 1.9. I found a fix on stack oveflow that took care of the errors. I added it to the script on my page. I've attached the fix that I used.