From 915974fd5c14ceec81295bf9fac67613563bdec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Tue, 11 Feb 2014 00:58:56 +0100 Subject: [PATCH] Revert "changing the timezone reloads the events" This reverts commit 97d0e82108f7f629872295f5e9aa93ebdc35a395. --- js/settings.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/settings.js b/js/settings.js index 45b20578..dabd1cd5 100644 --- a/js/settings.js +++ b/js/settings.js @@ -1,10 +1,7 @@ $(document).ready(function(){ $('#timezone').change( function(){ var post = $( '#timezone' ).serialize(); - $.post( OC.filePath('calendar', 'ajax/settings', 'settimezone.php'), post, function(data){ - $('#fullcalendar').fullCalendar('refetchEvents'); - return; - }); + $.post( OC.filePath('calendar', 'ajax/settings', 'settimezone.php'), post, function(data){return;}); return false; }); $('#timezone').chosen();