@@ -70,7 +70,7 @@ return /******/ (function(modules) { // webpackBootstrap
70
70
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
71
71
/******/
72
72
/******/ // __webpack_public_path__
73
- /******/ __webpack_require__.p = "https://bexidsojed .localtunnel.me/";
73
+ /******/ __webpack_require__.p = "https://xbbziloico .localtunnel.me/";
74
74
/******/
75
75
/******/ // Load entry module and return exports
76
76
/******/ return __webpack_require__(__webpack_require__.s = 7);
@@ -93,21 +93,25 @@ function hideBreadcrumbs () {
93
93
/***/ (function(module, __webpack_exports__, __webpack_require__) {
94
94
95
95
"use strict";
96
- /* unused harmony export hideCapacity */
97
- // Hides the 'Capacity column'
96
+ /* harmony export (immutable) */ __webpack_exports__["a"] = hideCapacity;
98
97
function hideCapacity () {
99
-
98
+ // Hide the 'Capacity column'
100
99
document.querySelectorAll('.fc-resource-area.fc-widget-header .fc-content .fc-widget-header')[1].remove()
101
100
102
101
document.querySelectorAll('.fc-resource-area.fc-widget-header .fc-content colgroup col')[1].remove()
103
102
104
103
let rows = document.querySelectorAll('.fc-resource-area.fc-widget-content .fc-content tr')
105
104
106
105
for (let i = 0; i < rows.length; i++) {
107
- rows[i].children[1].remove()
106
+ if (rows[i].children.length > 1) {
107
+ rows[i].children[1].remove()
108
+ }
108
109
}
109
110
110
111
document.querySelectorAll('.fc-resource-area.fc-widget-content .fc-content colgroup col')[1].remove()
112
+
113
+ // Hide the 'Capacity' filter
114
+ document.querySelectorAll('#s-lc-eq-navform .form-inline .form-group')[2].remove()
111
115
}
112
116
113
117
@@ -17350,7 +17354,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
17350
17354
17351
17355
17352
17356
document.addEventListener('DOMContentLoaded', () => {
17353
- // hideCapacity()
17357
+ __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_2__lib_hide_capacity__["a" /* hideCapacity */]) ()
17354
17358
// hideRoomInfo()
17355
17359
17356
17360
__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_6__lib_template__["a" /* showHeader */])()
0 commit comments