I was testing trunk, ran the Welcome application and the Firebug debugger 
got a script error

_gat not defined in file http://static.addtoany.com/menu/sm5.html line 1.

Checking the DOM load of the index page I see an iframe

<iframe id="a2apage_sm_ifr" width="1" height="1" frameborder="0" style="border: 
0pt none; left: 0pt; top: 0pt; position: absolute; z-index: 100000;" 
transparency="true" allowtransparency="true" src="
http://static.addtoany.com/menu/sm5.html#page;http://127.0.0.1:8000/welcome/default/index
">
</iframe>

which I see comes from lines 100-102 of layout.html

Not inside web2py ability to fix other than to include or not include, just 
so others know. Most of what I work with is on isolated networks so the 
browser can't reach out to grab external URLs, good for my situation to spot 
this so I can remove it.

Ron

Reply via email to