aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_widget.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/notifications_widget.tpl
parent483221e2a87b36c85662fd2a941f436be6067ac9 (diff)
downloadvolse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.gz
volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.bz2
volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.zip
remove jgrowl
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r--view/tpl/notifications_widget.tpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index aa53905ad..a9d98dae9 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -337,19 +337,16 @@
sse_setNotificationsStatus();
// notice and info
- //$.jGrowl.defaults.closerTemplate = '<div>[ ' + aStr.closeAll + ']</div>';
if(obj.notice) {
$(obj.notice.notifications).each(function() {
toast(this, 'danger');
- //$.jGrowl(this, { sticky: true, theme: 'notice' });
});
}
if(obj.info) {
$(obj.info.notifications).each(function(){
toast(this, 'info');
- //$.jGrowl(this, { sticky: false, theme: 'info', life: 10000 });
});
}