diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-05-12 22:29:29 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-05-12 22:29:29 +0200 |
commit | daa1ea4983b763cf318ea13824588c55cbd3f447 (patch) | |
tree | 7d112ca78e1271e86a3f7659acca02e536133d93 /installer/4/ro/content/main.js | |
parent | 976036d9d8603f386c5618dc01bb52698e342c85 (diff) | |
download | doc-daa1ea4983b763cf318ea13824588c55cbd3f447.tar doc-daa1ea4983b763cf318ea13824588c55cbd3f447.tar.gz doc-daa1ea4983b763cf318ea13824588c55cbd3f447.tar.bz2 doc-daa1ea4983b763cf318ea13824588c55cbd3f447.tar.xz doc-daa1ea4983b763cf318ea13824588c55cbd3f447.zip |
update installer manual for RO in mga 4
Diffstat (limited to 'installer/4/ro/content/main.js')
-rw-r--r-- | installer/4/ro/content/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/4/ro/content/main.js b/installer/4/ro/content/main.js index cc90249a..011818d1 100644 --- a/installer/4/ro/content/main.js +++ b/installer/4/ro/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 |