aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cdav_calendar.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-05-02 14:44:16 +0000
committerMario <mario@mariovavti.com>2024-05-02 14:44:16 +0000
commit98c3e2f93f18554364e26e9cf25473d36641a173 (patch)
treeada9ebceef9f3d8cd4acdc1eabd673b0ada8ddf9 /view/tpl/cdav_calendar.tpl
parent483221e2a87b36c85662fd2a941f436be6067ac9 (diff)
downloadvolse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.gz
volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.bz2
volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.zip
remove jgrowl
Diffstat (limited to 'view/tpl/cdav_calendar.tpl')
-rw-r--r--view/tpl/cdav_calendar.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl
index 88aa0789d..5d8c6115f 100644
--- a/view/tpl/cdav_calendar.tpl
+++ b/view/tpl/cdav_calendar.tpl
@@ -480,7 +480,7 @@ function on_submit() {
eventSource.refetch();
}
else {
- $.jGrowl('{{$disabled_warning}}', { sticky: false, theme: 'notice', life: 10000 });
+ toast('{{$disabled_warning}}', 'danger');
}
reset_form();
});
@@ -506,7 +506,7 @@ function on_submit() {
eventSource.refetch();
}
else {
- $.jGrowl('{{$disabled_warning}}', { sticky: false, theme: 'notice', life: 10000 });
+ toast('{{$disabled_warning}}', 'danger');
}
reset_form();
});