From 1dda0f826a8889cccce27d23f0bac519f81476b1 Mon Sep 17 00:00:00 2001
From: barillac <barillac>
Date: Mon, 29 Feb 2016 10:25:29 +0000
Subject: [PATCH] Panke profile created

SVN: 35759
---
 .../html/js/config/installations/PankeLabProfile.js  | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/PankeLabProfile.js

diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/PankeLabProfile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/PankeLabProfile.js
new file mode 100644
index 00000000000..169b1494139
--- /dev/null
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/PankeLabProfile.js
@@ -0,0 +1,12 @@
+
+function PankeLabProfile(serverFacade) {
+	this.init(serverFacade);
+}
+
+$.extend(PankeLabProfile.prototype, StandardProfile.prototype, {
+	init: function(serverFacade){
+		StandardProfile.prototype.init.call(this, serverFacade);
+	
+		
+}
+});
-- 
GitLab