Skip to content
Snippets Groups Projects
Commit a1bf6b54 authored by Thomas Müller's avatar Thomas Müller
Browse files

remove timezone.js

parent 7d811e57
No related branches found
No related tags found
No related merge requests found
//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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment