Update static/js/home.js
Browse files- 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 |
});
|