From 35603a4cece2bc4eb75597b9e47f8756f56efbe2 Mon Sep 17 00:00:00 2001 From: Claire Revillet Date: Tue, 12 May 2015 22:14:30 +0200 Subject: update installer manual for EN in mga4 --- installer/4/en/content/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/4/en/content/main.js') 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 -- cgit v1.2.1