Calendar: js fix

This commit is contained in:
Georg Ehrke 2012-06-19 13:26:55 +02:00
parent c8c105df33
commit 2b2da6fe35
1 changed files with 1 additions and 1 deletions

View File

@ -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');