LeireTedCas commited on
Commit
afb2437
1 Parent(s): b66d3b7

Update static/js/app.js

Browse files
Files changed (1) hide show
  1. static/js/app.js +1 -1
static/js/app.js CHANGED
@@ -163,10 +163,10 @@ function createDownloadLink(blob) {
163
  // Realiza una solicitud Fetch al servidor para obtener el contenido din�mico
164
  //fetch('/obtener_contenido')
165
  fetch('/set_condition/sunny', { method: 'GET'})
166
- console.log("ta dentro")
167
  .then(response => response.json())
168
  .then(data => {
169
  //const condition = getCookie('condition');
 
170
  return fetch('/get_condition', { method: 'GET'});
171
  })
172
  .then(response => response.json())
 
163
  // Realiza una solicitud Fetch al servidor para obtener el contenido din�mico
164
  //fetch('/obtener_contenido')
165
  fetch('/set_condition/sunny', { method: 'GET'})
 
166
  .then(response => response.json())
167
  .then(data => {
168
  //const condition = getCookie('condition');
169
+ console.log("ta dentro")
170
  return fetch('/get_condition', { method: 'GET'});
171
  })
172
  .then(response => response.json())