Forums » Bugs

Website - menus.js

Mar 11, 2005 Icarus link
I think you may be missing a <br> tag;

"<a class=menu href=/h/links.html>Community Sites</a>\n"+

should be;

"<a class=menu href=/h/links.html>Community Sites</a><br>\n"+
Mar 11, 2005 kihjin link
I see that too, although it doesn't cause any display issues on my screen.

<rant>
Is it possible to view this website without JS? It seems like it would be easier and more portable to utilize CSS and some server side scripting language such as PHP.
</rant>
Mar 11, 2005 roguelazer link
The website is written in lua. For some reason known to a1k0n, the sidebar menu is done entirely in javascript. This is why a cache clear is needed to see new menu sections- most browsers don't seem to check cached scripts for changes automagically.