From a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Thu, 20 Dec 2012 11:14:21 +0100 Subject: [PATCH] remove timezone.js --- apps/files/js/timezone.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 apps/files/js/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 -- 2.39.5