From 2b2da6fe35fc0709f281d0d6e7864a21064f3ae9 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 19 Jun 2012 13:26:55 +0200 Subject: [PATCH] Calendar: js fix --- apps/calendar/js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calendar/js/settings.js b/apps/calendar/js/settings.js index eafd503c99..03e4217573 100644 --- a/apps/calendar/js/settings.js +++ b/apps/calendar/js/settings.js @@ -53,7 +53,7 @@ $(document).ready(function(){ }); function calendarcachecheck(){ $.getJSON(OC.filePath('calendar', 'ajax/cache', 'status.php'), function(jsondata, status) { - $('#cleancalendarcache').attr('title', jsondata.l10n); + $('#cleancalendarcache').attr('title', jsondata.l10n.text); if(jsondata.status == 'success'){ $('#cleancalendarcache').css('background', '#90EE90'); $('#cleancalendarcache').css('color', '#333');