diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-05-11 21:36:12 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-05-11 21:36:12 +0200 |
commit | 6a1301252c4fa437b074fefe978d22cdd9e58410 (patch) | |
tree | 0bae8fd780504875f3825a492ab1b591f4e6d422 /mcc/4/ru/content/main.js | |
parent | ffc0aa9e7e7d899e172a62d6ebc14e3e7ddb935f (diff) | |
download | doc-6a1301252c4fa437b074fefe978d22cdd9e58410.tar doc-6a1301252c4fa437b074fefe978d22cdd9e58410.tar.gz doc-6a1301252c4fa437b074fefe978d22cdd9e58410.tar.bz2 doc-6a1301252c4fa437b074fefe978d22cdd9e58410.tar.xz doc-6a1301252c4fa437b074fefe978d22cdd9e58410.zip |
update mcc manual for RU in mga4
Diffstat (limited to 'mcc/4/ru/content/main.js')
-rw-r--r-- | mcc/4/ru/content/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcc/4/ru/content/main.js b/mcc/4/ru/content/main.js index cc90249a..011818d1 100644 --- a/mcc/4/ru/content/main.js +++ b/mcc/4/ru/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 |