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