Changeset 26564 for main


Ignore:
Timestamp:
2012-12-06T16:51:19+13:00 (11 years ago)
Author:
sjm84
Message:

Start the debug bar minimised

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/debug_scripts.js

    r26562 r26564  
    3535            "font-size":"0.7em",
    3636            "bottom":"0px", 
    37             "height":"300px",
     37            "height":"40px",
    3838            "width":"100%",
    3939            "background":"white",
     
    188188        });
    189189       
    190         var minimiseButton = $("<img>", {"src":gs.imageURLs.collapse});
     190        var minimiseButton = $("<img>", {"src":gs.imageURLs.expand});
    191191        minimiseButton.css({"cursor":"pointer", "float":"right", "margin-right":"20px"});
    192192        minimiseButton.click(function()
Note: See TracChangeset for help on using the changeset viewer.