diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-05-12 22:31:18 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-05-12 22:31:18 +0200 |
commit | 882a6898763373b71bcab05fc7ec465504e42d35 (patch) | |
tree | 4074a6ad1d8460f518b020f598051cec554e5c80 /installer/4/sv/content/main.js | |
parent | 4cf588438c2f595f47662e3ef9464026269404cc (diff) | |
download | doc-882a6898763373b71bcab05fc7ec465504e42d35.tar doc-882a6898763373b71bcab05fc7ec465504e42d35.tar.gz doc-882a6898763373b71bcab05fc7ec465504e42d35.tar.bz2 doc-882a6898763373b71bcab05fc7ec465504e42d35.tar.xz doc-882a6898763373b71bcab05fc7ec465504e42d35.zip |
update installer manual for SV in mga4
Diffstat (limited to 'installer/4/sv/content/main.js')
-rw-r--r-- | installer/4/sv/content/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/4/sv/content/main.js b/installer/4/sv/content/main.js index cc90249a..011818d1 100644 --- a/installer/4/sv/content/main.js +++ b/installer/4/sv/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 |