JAL-1925 update source version in license
[jalview.git] / examples / javascript / jvcontroller.js
index 885b2fa..608a4b4 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.0b2)
+ * 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';
        }     
    });