diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-05-11 21:14:13 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-05-11 21:14:13 +0200 |
commit | 7eec11841b16ef8027d71a6041fefb86926568bd (patch) | |
tree | f9a35d5c722d568b8f509c86ae338cd353388df0 /mcc/4/en/content/main.js | |
parent | 2a5ba81d525138f945ede1923ff3df3d44c0b21a (diff) | |
download | doc-7eec11841b16ef8027d71a6041fefb86926568bd.tar doc-7eec11841b16ef8027d71a6041fefb86926568bd.tar.gz doc-7eec11841b16ef8027d71a6041fefb86926568bd.tar.bz2 doc-7eec11841b16ef8027d71a6041fefb86926568bd.tar.xz doc-7eec11841b16ef8027d71a6041fefb86926568bd.zip |
update mcc manual for EN in mga4
Diffstat (limited to 'mcc/4/en/content/main.js')
-rw-r--r-- | mcc/4/en/content/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcc/4/en/content/main.js b/mcc/4/en/content/main.js index cc90249a..011818d1 100644 --- a/mcc/4/en/content/main.js +++ b/mcc/4/en/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 |