mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
removed collapse sidebar function
This commit is contained in:
@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user