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 0000000000000000000000000000000000000000..7768e598e5c6699391b44d30908bab3973831d32 --- /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); + + +} +});