This reverts commit c677e02a83.
This commit is contained in:
parent
c677e02a83
commit
69076dc559
|
|
@ -85,7 +85,7 @@ function _renderTimezonePicker(state) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function setup(helper) {
|
export function setup(helper) {
|
||||||
helper.allowList([
|
helper.whiteList([
|
||||||
"div.calendar",
|
"div.calendar",
|
||||||
"div.discourse-calendar-header",
|
"div.discourse-calendar-header",
|
||||||
"div.discourse-calendar-wrap",
|
"div.discourse-calendar-wrap",
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ function dasherize(input) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function setup(helper) {
|
export function setup(helper) {
|
||||||
helper.allowList(["div.discourse-post-event"]);
|
helper.whiteList(["div.discourse-post-event"]);
|
||||||
|
|
||||||
helper.registerOptions((opts, siteSettings) => {
|
helper.registerOptions((opts, siteSettings) => {
|
||||||
opts.features.discourse_post_event =
|
opts.features.discourse_post_event =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue