support HTML in the 'homeNotice' api

pull/1/head
ansuz 4 years ago
parent e03b3b751a
commit 3443480485

@ -122,7 +122,7 @@ define([
var notice;
if (AppConfig.homeNotice) {
notice = h('div.alert.alert-info', h('span', AppConfig.homeNotice));
notice = h('div.alert.alert-info', Pages.setHTML(h('span'), AppConfig.homeNotice));
}
return [

Loading…
Cancel
Save