From b7dea2246f8af4259d81c25883b498c0ac3585bd Mon Sep 17 00:00:00 2001 From: barillac <barillac> Date: Tue, 2 Feb 2016 07:23:18 +0000 Subject: [PATCH] De Bock profile created SVN: 35606 --- .../html/js/config/installations/DeBockLabProfile.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/DeBockLabProfile.js diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/DeBockLabProfile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/DeBockLabProfile.js new file mode 100644 index 00000000000..7768e598e5c --- /dev/null +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/DeBockLabProfile.js @@ -0,0 +1,12 @@ + +function DeBockLabProfile(serverFacade) { + this.init(serverFacade); +} + +$.extend(DeBockLabProfile.prototype, StandardProfile.prototype, { + init: function(serverFacade){ + StandardProfile.prototype.init.call(this, serverFacade); + + +} +}); -- GitLab