Changeset 531

Show
Ignore:
Timestamp:
08/23/08 20:38:52 (5 months ago)
Author:
adrian
Message:

/wiki/Development wasn't showing the devbar -- fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tractheme/orbited_trac_theme/templates/orbited_theme.html

    r530 r531  
    5858  // genshi doesn't seem to want to let us put  two ampersand symbols in a row 
    5959  // 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  } 
    6065  if (document.location.pathname != '/') { 
    61       if (document.location.pathname.slice(0,6) != '/wiki/') {   
     66       if (document.location.pathname.slice(0,6) != '/wiki/') {   
    6267      document.getElementById("metanav").style.display = "block" 
    6368      document.getElementById("mainnav").style.display = "block"