mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-26 09:28:56 -05:00
removed collapse sidebar function
This commit is contained in:
parent
4d1e6d414c
commit
6a4ccce18c
@ -1,7 +1,6 @@
|
|||||||
window.addEvent('domready', function() {
|
window.addEvent('domready', function() {
|
||||||
codeblocks = $$('div.highlight');
|
codeblocks = $$('div.highlight');
|
||||||
codeblocks.each(addExpander);
|
codeblocks.each(addExpander);
|
||||||
enableCompressedLayout(codeblocks);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function addExpander(div){
|
function addExpander(div){
|
||||||
|
Loading…
Reference in New Issue
Block a user