Removed console.log.
This commit is contained in:
parent
8770857bd7
commit
1c947c98d2
Notes:
subgit
2018-03-07 17:58:53 +01:00
r641 www/trunk
@ -69,7 +69,6 @@ function ajaxLoadEvents(stime, etime) {
|
|||||||
if ( etime ) {
|
if ( etime ) {
|
||||||
request_data['endtime'] = sprintf("%d-%02d-%02d", etime.getFullYear(), etime.getMonth()+1, etime.getDate());
|
request_data['endtime'] = sprintf("%d-%02d-%02d", etime.getFullYear(), etime.getMonth()+1, etime.getDate());
|
||||||
};
|
};
|
||||||
console.log(request_data);
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
url: config['ajax']['eventURL'],
|
url: config['ajax']['eventURL'],
|
||||||
|
Loading…
Reference in New Issue
Block a user