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