diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-05-12 22:20:55 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-05-12 22:20:55 +0200 |
commit | 5712c143fa2d3cd3a8a1ba259c78867453350edb (patch) | |
tree | 3e0985f6ef30d9ad97b75f53804d2ecd68b76517 /installer/4/nl/content/main.js | |
parent | 35603a4cece2bc4eb75597b9e47f8756f56efbe2 (diff) | |
download | doc-5712c143fa2d3cd3a8a1ba259c78867453350edb.tar doc-5712c143fa2d3cd3a8a1ba259c78867453350edb.tar.gz doc-5712c143fa2d3cd3a8a1ba259c78867453350edb.tar.bz2 doc-5712c143fa2d3cd3a8a1ba259c78867453350edb.tar.xz doc-5712c143fa2d3cd3a8a1ba259c78867453350edb.zip |
update installer manual for NL in mga4
Diffstat (limited to 'installer/4/nl/content/main.js')
-rw-r--r-- | installer/4/nl/content/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/4/nl/content/main.js b/installer/4/nl/content/main.js index cc90249a..011818d1 100644 --- a/installer/4/nl/content/main.js +++ b/installer/4/nl/content/main.js @@ -18,7 +18,7 @@ $(document).ready(function() { }); //Generate the tree - $("#ulTreeDiv").attr("style",""); + $("#ulTreeDiv").css("display","block"); $("#tree").treeview({ collapsed: true, animated: "medium", @@ -27,7 +27,7 @@ $(document).ready(function() { }); //after toc fully styled, display it. Until loading, a 'loading' image will be displayed - $("#tocLoading").attr("style","display:none;"); + $("#tocLoading").css("display", "none"); //$("#ulTreeDiv").attr("style","display:block;"); //.searchButton is the css class applied to 'Go' button |