diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-20 11:14:21 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-20 11:14:21 +0100 |
commit | a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6 (patch) | |
tree | af4c2582b2ffd21941fe4b6b2f55582f5174ef21 | |
parent | 7d811e57e6c7942964d6937a8cc1113839e25968 (diff) | |
download | nextcloud-server-a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6.tar.gz nextcloud-server-a1bf6b54e66b5d24c12ac5341ed1ff7e45017de6.zip |
remove timezone.js
-rw-r--r-- | apps/files/js/timezone.js | 12 |
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 |