Changeset 531
- Timestamp:
- 08/23/08 20:38:52 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/tractheme/orbited_trac_theme/templates/orbited_theme.html
r530 r531 58 58 // genshi doesn't seem to want to let us put two ampersand symbols in a row 59 59 // so we'll just duplicate the if clause 60 if (document.location.pathname == '/wiki/Development') { 61 document.getElementById("metanav").style.display = "block" 62 document.getElementById("mainnav").style.display = "block" 63 document.getElementById("ctxtnav").style.display = "block" 64 } 60 65 if (document.location.pathname != '/') { 61 if (document.location.pathname.slice(0,6) != '/wiki/') {66 if (document.location.pathname.slice(0,6) != '/wiki/') { 62 67 document.getElementById("metanav").style.display = "block" 63 68 document.getElementById("mainnav").style.display = "block"