X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fjavascript%2Fjvcontroller.js;h=9b583060aeb245f9d9de940fe91655488db4018f;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=885b2fa1c59c45da5163e3c4208f113d76dcd72a;hpb=cf06ee5d732af6cc874115aece1138adafca8ad7;p=jalview.git diff --git a/examples/javascript/jvcontroller.js b/examples/javascript/jvcontroller.js index 885b2fa..9b58306 100644 --- a/examples/javascript/jvcontroller.js +++ b/examples/javascript/jvcontroller.js @@ -1,6 +1,6 @@ /** - * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -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'; } });