Skip to content
Snippets Groups Projects
Commit 08817383 authored by Yuan Gao's avatar Yuan Gao
Browse files

assets verison

parent ec046b10
No related branches found
No related tags found
No related merge requests found
...@@ -781,7 +781,7 @@ function fetchDataForDay(dateObj){ ...@@ -781,7 +781,7 @@ function fetchDataForDay(dateObj){
// Use low-level XHR for better memory control // Use low-level XHR for better memory control
window.currentAjaxRequest = $.ajax({ window.currentAjaxRequest = $.ajax({
url: 'cgi-bin/data.py?' + query, url: 'assets/python/data.py?' + query,
method: 'GET', method: 'GET',
dataType: 'json', dataType: 'json',
success: function(response) { success: function(response) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment