support HTML in the 'homeNotice' api

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

@ -122,7 +122,7 @@ define([
var notice; var notice;
if (AppConfig.homeNotice) { 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 [ return [

Loading…
Cancel
Save