Dashboard and Edit missing from home page

Permalink
I have been working on my website, ZBLawncare.com and the other day I edited the home page and was done working on it and saved it and now I cannot edit it at all. There is just a white spot where the edit and dashboard buttons usually are. What am I doing wrong??

 
jdpace replied on at Permalink Reply
I had a similar problem after I included a JavaScript library that redefined the "$" function used by jQuery. Once I removed that library, the editing ribbon appeared without issue.

I noticed the following error in my browser's JavaScript console: "Uncaught TypeError: Cannot read property 'dialog' of undefined". I'd had this problem before when working with Prototype/Scriptaculous and another library that defined the "$" function differently.