mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
changes all the Headers from the CISHTML-Header to the CISVUE-Header
This commit is contained in:
@@ -81,15 +81,6 @@ export default {
|
||||
this.currentDay = day;
|
||||
this.minimized = true;
|
||||
},
|
||||
showRoomInfo: function($ort_kurzbz){
|
||||
|
||||
this.$fhcApi.factory.ort.getContentID($ort_kurzbz).then(res =>{
|
||||
|
||||
window.location.href = FHC_JS_DATA_STORAGE_OBJECT.app_root +
|
||||
FHC_JS_DATA_STORAGE_OBJECT.ci_router +
|
||||
"/CisHtml/Cms/content/" + res.data;
|
||||
})
|
||||
},
|
||||
|
||||
updateRange: function (data) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user