Calendar: js fix

remotes/origin/stable45
Georg Ehrke 13 years ago
parent c8c105df33
commit 2b2da6fe35
  1. 2
      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');

Loading…
Cancel
Save