summaryrefslogtreecommitdiffstats
path: root/files/js/timezone.js
diff options
context:
space:
mode:
Diffstat (limited to 'files/js/timezone.js')
-rw-r--r--files/js/timezone.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/files/js/timezone.js b/files/js/timezone.js
deleted file mode 100644
index d569683f210..00000000000
--- a/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: "ajax/timezone.php",
- data: 'time='+ visitortimezone,
- success: function(){
- location.reload();
- }
- });
-}); \ No newline at end of file