From d98be6df2a2b505364e869382da99b5bdcf9f926 Mon Sep 17 00:00:00 2001 From: barillac <barillac> Date: Wed, 16 Jul 2014 07:55:10 +0000 Subject: [PATCH] profile name changed SVN: 32071 --- .../as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js index c7ebee87d63..be114173df3 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js +++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js @@ -1,9 +1,9 @@ -function StoffelLabProfile(serverFacade) { +function CaiudoLabProfile(serverFacade) { this.init(serverFacade); } -$.extend(StoffelLabProfile.prototype, DefaultProfile.prototype, { +$.extend(CiaudolLabProfile.prototype, DefaultProfile.prototype, { init: function(serverFacade){ DefaultProfile.prototype.init.call(this, serverFacade); -- GitLab