diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js
index dc0fc9259bf5118b6ad8d0b259fea05ae51a44af..89e859a4f319b6fd8f14555889d20e64b48d4e62 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js
@@ -618,17 +618,17 @@ function MainController(profile) {
 				}
 				
 				if(this.views.header) {
-					toPush.header = this.views.header.children();
+					toPush.header = this.views.header;
 					toPush.header.detach();
 				}
 				
 				if(this.views.content) {
-					toPush.content = this.views.content.children();
+					toPush.content = this.views.content;
 					toPush.content.detach();
 				}
 				
 				if(this.views.auxContent) {
-					toPush.auxContent = this.views.auxContent.children();
+					toPush.auxContent = this.views.auxContent;
 					toPush.auxContent.detach();
 				}
 			}