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