diff options
author | Mario <mario@mariovavti.com> | 2022-09-30 07:38:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-09-30 07:38:47 +0000 |
commit | 931da3b4f7d709b429f81ab7ff67caada2a81c43 (patch) | |
tree | c8f362c2ddb301fade96a815f4db1ca91a5e5895 /view/js/main.js | |
parent | 653eb2909ba531f7189eac3a6f729d6b010476f2 (diff) | |
parent | 5a25fd54a4e08acdbe00e8054a9fe380d0a473d9 (diff) | |
download | volse-hubzilla-931da3b4f7d709b429f81ab7ff67caada2a81c43.tar.gz volse-hubzilla-931da3b4f7d709b429f81ab7ff67caada2a81c43.tar.bz2 volse-hubzilla-931da3b4f7d709b429f81ab7ff67caada2a81c43.zip |
Merge branch 'dev' into 7.8RC
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index d3eca2681..70a83de33 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1284,7 +1284,7 @@ function dropItem(url, object, b64mid) { $(object + ', #pinned-wrapper-' + id).remove(); $('body').css('cursor', 'auto'); - $.jGrowl(aStr.itemdel, { sticky: false, theme: 'notice', life: 3000 }); + $.jGrowl(aStr.itemdel, { sticky: false, theme: 'info', life: 3000 }); if (typeof b64mid !== typeof undefined) { $('[data-b64mid=\'' + b64mid + '\']').fadeOut(function() { |