aboutsummaryrefslogtreecommitdiffstats
path: root/installer/4/eo/content/main.js
diff options
context:
space:
mode:
authorClaire Revillet <grenoya@zarb.org>2015-05-12 22:24:32 +0200
committerClaire Revillet <grenoya@zarb.org>2015-05-12 22:24:32 +0200
commitf48761395893184405d6f32084ce42086498ba20 (patch)
tree9a6256fbe26903a3a50ce7709192bee55e49d54a /installer/4/eo/content/main.js
parentb2515e0ee775568e24215f00a97059c3e1ebb8f1 (diff)
downloaddoc-f48761395893184405d6f32084ce42086498ba20.tar
doc-f48761395893184405d6f32084ce42086498ba20.tar.gz
doc-f48761395893184405d6f32084ce42086498ba20.tar.bz2
doc-f48761395893184405d6f32084ce42086498ba20.tar.xz
doc-f48761395893184405d6f32084ce42086498ba20.zip
update installer manual for EO in mga4
Diffstat (limited to 'installer/4/eo/content/main.js')
-rw-r--r--installer/4/eo/content/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/4/eo/content/main.js b/installer/4/eo/content/main.js
index cc90249a..011818d1 100644
--- a/installer/4/eo/content/main.js
+++ b/installer/4/eo/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