diff --git a/public/js/components/searchbar/raum.js b/public/js/components/searchbar/raum.js
index 87fcc7747..85a7e3ce8 100755
--- a/public/js/components/searchbar/raum.js
+++ b/public/js/components/searchbar/raum.js
@@ -14,20 +14,7 @@ export default {
action: function(data) {
return FHC_JS_DATA_STORAGE_OBJECT.app_root+'cms/content.php?content_id='+data.content_id;
}
- }; */
-
- this.res.roomoverview= FHC_JS_DATA_STORAGE_OBJECT.app_root +
- FHC_JS_DATA_STORAGE_OBJECT.ci_router +
- `/CisVue/Cms/getRoomInformation/${this.res.ort_kurzbz}`;
-
- if(this.res.content_id !=="N/A"){
- this.res.infolink= FHC_JS_DATA_STORAGE_OBJECT.app_root +
- FHC_JS_DATA_STORAGE_OBJECT.ci_router +
- `/CisVue/Cms/content/${this.res.content_id}`;
- }else{
- this.res.infolink= '#';
- }
-
+ }; */
},
emits: [ 'actionexecuted' ],
template: /*html*/`
diff --git a/public/js/components/searchbar/searchbar.js b/public/js/components/searchbar/searchbar.js
index d4b35dc80..d116ab286 100755
--- a/public/js/components/searchbar/searchbar.js
+++ b/public/js/components/searchbar/searchbar.js
@@ -47,7 +47,7 @@ export default {