aboutsummaryrefslogtreecommitdiffstats
path: root/mcc/4/et/content/main.js
diff options
context:
space:
mode:
authorClaire Revillet <grenoya@zarb.org>2015-05-11 21:35:38 +0200
committerClaire Revillet <grenoya@zarb.org>2015-05-11 21:35:38 +0200
commitffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f (patch)
tree8f4cd6df5e0e054906a97dbea668252fe3ea6da2 /mcc/4/et/content/main.js
parent15725d6bfd7116c8d5dacd24d41721053a66318f (diff)
downloaddoc-ffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f.tar
doc-ffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f.tar.gz
doc-ffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f.tar.bz2
doc-ffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f.tar.xz
doc-ffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f.zip
update mcc manual for ET in mga4
Diffstat (limited to 'mcc/4/et/content/main.js')
-rw-r--r--mcc/4/et/content/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcc/4/et/content/main.js b/mcc/4/et/content/main.js
index cc90249a..011818d1 100644
--- a/mcc/4/et/content/main.js
+++ b/mcc/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