remove timezone.js

remotes/origin/stable5
Thomas Müller 12 years ago
parent 7d811e57e6
commit a1bf6b54e6
  1. 12
      apps/files/js/timezone.js

@ -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();
}
});
});
Loading…
Cancel
Save