aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-12-20 11:14:21 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2012-12-20 11:14:21 +0100
commita1bf6b54e66b5d24c12ac5341ed1ff7e45017de6 (patch)
treeaf4c2582b2ffd21941fe4b6b2f55582f5174ef21
parent7d811e57e6c7942964d6937a8cc1113839e25968 (diff)
downloadnextcloud-server-a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6.tar.gz
nextcloud-server-a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6.zip
remove timezone.js
-rw-r--r--apps/files/js/timezone.js12
1 files changed, 0 insertions, 12 deletions
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