From 41c9e88c2e55015f4cb722bcbcbdfc435c91262b Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Fri, 20 Mar 2015 10:19:04 +0000
Subject: [PATCH] BSA profile added

SVN: 33698
---
 .../newbrowser/1/as/webapps/newbrowser/html/index.html        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/index.html b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/index.html
index a64f8bc2f89..0ec947b8c6d 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/index.html
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/index.html
@@ -85,6 +85,8 @@
 	<script type="text/javascript" src="./js/config/PeterLabProfile.js"></script>
 	<script type="text/javascript" src="./js/config/CiaudoLabProfile.js"></script>
 	<script type="text/javascript" src="./js/config/OBISELNTestProfile.js"></script>
+	<script type="text/javascript" src="./js/config/ELNPaperProfile.js"></script>
+	<script type="text/javascript" src="./js/config/BSAProfile.js"></script>	
 			
 	<script type="text/javascript" src="./js/server/ServerFacade.js"></script>
 	
@@ -184,7 +186,7 @@
 	// Use ExampleProfile as a start point to develop new profiles.
 	//
 	
-	var profile = new StandardProfile();
+	var profile = new BSAProfile();
 	
 	//
 	// Global variables
-- 
GitLab