Skip to content
Snippets Groups Projects
Commit 424a2787 authored by gnaegi's avatar gnaegi
Browse files

OO-1256 replace CSS reset code in wiki CP export with code from light theme, open menu by default

parent c3d5a563
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -37,7 +37,13 @@ This code is inspired by and extended from Stuart Langridge's aqlist code: ...@@ -37,7 +37,13 @@ This code is inspired by and extended from Stuart Langridge's aqlist code:
*/ */
// Automatically attach a listener to the window onload, to convert the trees // Automatically attach a listener to the window onload, to convert the trees
addEvent(window,"load",convertTrees); addEvent(window,"load",function() {
// first create js tree
convertTrees();
// now expand all
expandTree('tree1');
});
// Utility function to add an event listener // Utility function to add an event listener
function addEvent(o,e,f){ function addEvent(o,e,f){
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment