In the last day or so, I noticed that when I go to Recently Active, I get the site headers and then just a fragment of Javascript (when on Firefox) or just the site headers alone (when on IE). When I browse source, the last thing received is this:
<script type="text/javascript"> function toggleMenu(id){ element = document.getElementById(id); element.className = (element.className.toLowerCase() == 'expanded' ? 'collapsed' : 'expanded'); }
The problem didn't occur on IE when I wasn't logged in. Any ideas what's going on?
-xdg
Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In reply to Did something break my Recently Active? by xdg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |