From: Thomas Müller Date: Thu, 20 Dec 2012 10:14:21 +0000 (+0100) Subject: remove timezone.js X-Git-Tag: v5.0.0alpha1~294^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6;p=nextcloud-server.git remove timezone.js --- diff --git a/apps/files/js/timezone.js b/apps/files/js/timezone.js deleted file mode 100644 index 4749417199d..00000000000 --- a/apps/files/js/timezone.js +++ /dev/null @@ -1,12 +0,0 @@ -//send the clients time zone to the server -$(document).ready(function() { - var visitortimezone = (-new Date().getTimezoneOffset()/60); - $.ajax({ - type: "GET", - url: OC.filePath('files', 'ajax', 'timezone.php'), - data: 'time='+ visitortimezone, - success: function(){ - location.reload(); - } - }); -}); \ No newline at end of file