Missing Menus and Other JavaScript

I have been working / developing the site for several months, but a couple of days ago the tables containing my JavaScript menus, as well as the AWeber registration panel and all AdSense ad units, disappeared. When I look in Firebug, the tables are gray. I checked for display:none, but I don’t think it applies here. Firefox, Safari, and Chrome seem to have this problem, but Opera seems fine (for now, at least).

As a new user, I cannot post an image of what I see in Firebug.

Does anyone know why this happened, I'm completely at a dead end.

Site URL: www.templeofmysteries.com Image Link: http://www.templeofmysteries.com/images/error%20image.png

+3
source share
1 answer

There is a syntax error:

missing ) in parenthetical
http://www.templeofmysteries.com/
Line 3

Insert

)

before

(window,document)

I assume this error prevents the loading of all external scripts.

+1
source

All Articles