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