Ippo987 commited on
Commit
6b1e6bb
·
verified ·
1 Parent(s): 780768e

Update static/js/home.js

Browse files
Files changed (1) hide show
  1. static/js/home.js +1 -0
static/js/home.js CHANGED
@@ -1019,6 +1019,7 @@ else if (selectedFeature.feature === 'venues') {
1019
  }
1020
  } ).then(data1 =>{
1021
  let secureUrl = data1.open_url.replace(/^https?:/, window.location.protocol);
 
1022
  fetch(secureUrl, {
1023
  method: 'GET',
1024
  });
 
1019
  }
1020
  } ).then(data1 =>{
1021
  let secureUrl = data1.open_url.replace(/^https?:/, window.location.protocol);
1022
+ console.log(secureUrl);
1023
  fetch(secureUrl, {
1024
  method: 'GET',
1025
  });