mirror of
https://github.com/flarum/framework.git
synced 2025-03-01 18:17:58 +08:00
chore: debugging code
This commit is contained in:
parent
2f6a61261b
commit
bd599bc954
@ -6,8 +6,6 @@ export default class EditCustomCssModal extends SettingsModal {
|
|||||||
oninit(vnode: Mithril.Vnode<ISettingsModalAttrs, this>) {
|
oninit(vnode: Mithril.Vnode<ISettingsModalAttrs, this>) {
|
||||||
super.oninit(vnode);
|
super.oninit(vnode);
|
||||||
|
|
||||||
console.log(this.settings);
|
|
||||||
|
|
||||||
if (this.setting('custom_less_error')()) {
|
if (this.setting('custom_less_error')()) {
|
||||||
this.alertAttrs = {
|
this.alertAttrs = {
|
||||||
type: 'error',
|
type: 'error',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user