X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fjavascript%2Fjvcontroller.js;h=73f6670e4183b20b4e15d7de94d96d1ffa7e2b8a;hb=37de9310bec3501cbc6381e0c3dcb282fcaad812;hp=885b2fa1c59c45da5163e3c4208f113d76dcd72a;hpb=cf06ee5d732af6cc874115aece1138adafca8ad7;p=jalview.git diff --git a/examples/javascript/jvcontroller.js b/examples/javascript/jvcontroller.js index 885b2fa..73f6670 100644 --- a/examples/javascript/jvcontroller.js +++ b/examples/javascript/jvcontroller.js @@ -84,6 +84,9 @@ $('#nav').load("includes/nav_jv.html"); $('#footer').load("includes/footer_jv.html"); $('#'+ currentPage).addClass('active-trail active'); + + var e = document.getElementById("view_decorated"); + e.style.display = 'none'; } });