Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -25,7 +25,7 @@ 25 25 this.viewerFilter = false; 26 26 this.publicFilter = false; 27 27 this.privateFilter = false; 28 - this.filterUrl = new URL(document.location.o rigin);28 + this.filterUrl = new URL(`//${document.location.host}`); 29 29 } 30 30 toggleBooleanFilter(filterName) { 31 31 this[filterName] = !this[filterName];