removed collapse sidebar function

This commit is contained in:
B Mathis 2009-11-12 12:05:27 -06:00
parent 4d1e6d414c
commit 6a4ccce18c
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
window.addEvent('domready', function() {
codeblocks = $$('div.highlight');
codeblocks.each(addExpander);
enableCompressedLayout(codeblocks);
});
function addExpander(div){