fix path in /apps/files/js/timezone.php

This commit is contained in:
Georg Ehrke 2012-04-23 16:17:35 +02:00
parent 1b084cc120
commit 08fe6bdb27
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $(document).ready(function() {
var visitortimezone = (-new Date().getTimezoneOffset()/60);
$.ajax({
type: "GET",
url: "ajax/timezone.php",
url: OC.filePath('files', 'ajax', 'timezone.php'),
data: 'time='+ visitortimezone,
success: function(){
location.reload();