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