remove timezone.js

This commit is contained in:
Thomas Müller 2012-12-20 11:14:21 +01:00
parent 7d811e57e6
commit a1bf6b54e6
1 changed files with 0 additions and 12 deletions

View File

@ -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();
}
});
});