aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-13 17:59:47 -0700
committerfriendica <info@friendica.com>2014-05-13 17:59:47 -0700
commita4869394f45886a9a6945c3ec0354dee42c1afda (patch)
tree13ddad755bd660366c62e3d97cbedd5447c6fed5 /view/js
parente664d6486a81194faefb7f4ad03bc4c8ab0ca6ed (diff)
downloadvolse-hubzilla-a4869394f45886a9a6945c3ec0354dee42c1afda.tar.gz
volse-hubzilla-a4869394f45886a9a6945c3ec0354dee42c1afda.tar.bz2
volse-hubzilla-a4869394f45886a9a6945c3ec0354dee42c1afda.zip
allow jgrowl 'close all' message to be translated
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 17ef578be..fa32df424 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -341,6 +341,7 @@
if(data.all_events_today == 0) { data.all_events_today = ''; $('.all_events-today-update').removeClass('show') } else { $('.all_events-today-update').addClass('show') }
$('.all_events-today-update').html(data.all_events_today);
+ $.jGrowl.defaults.closerTemplate = '<div>[ ' + aStr['closeAll'] + ']</div>';
$(data.notice).each(function() {
$.jGrowl(this.message, { sticky: true, theme: 'notice' });