fix path in /apps/files/js/timezone.php
This commit is contained in:
parent
1b084cc120
commit
08fe6bdb27
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue