JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / examples / javascript / jvcontroller.js
index 885b2fa..9b58306 100644 (file)
@@ -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';
        }     
    });