aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
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/js
parent483221e2a87b36c85662fd2a941f436be6067ac9 (diff)
downloadvolse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.gz
volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.bz2
volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.zip
remove jgrowl
Diffstat (limited to 'view/js')
-rw-r--r--view/js/mod_cloud.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/js/mod_cloud.js b/view/js/mod_cloud.js
index e0f59beab..fc9219bff 100644
--- a/view/js/mod_cloud.js
+++ b/view/js/mod_cloud.js
@@ -73,7 +73,7 @@ $(document).ready(function () {
close_and_deactivate_all_panels();
$('body').css('cursor', 'wait');
- $.jGrowl(aStr.download_info, { sticky: false, theme: 'info', life: 10000 });
+ toast(aStr.download_info, 'info');
let data = [
{name: 'attach_path', value: window.location.pathname},
@@ -301,7 +301,7 @@ $(document).ready(function () {
close_and_deactivate_all_panels();
$('body').css('cursor', 'wait');
- $.jGrowl(aStr.download_info, { sticky: false, theme: 'info', life: 10000 });
+ toast(aStr.download_info, 'info');
post_data.push(
{name: 'attach_path', value: window.location.pathname},