Update bas_vk_tab.html
Browse files- bas_vk_tab.html +3 -6
bas_vk_tab.html
CHANGED
|
@@ -231,7 +231,7 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
| 231 |
<script>
|
| 232 |
vkBridge.send('VKWebAppInit');
|
| 233 |
document.addEventListener('DOMContentLoaded', function() {
|
| 234 |
-
fetch('https://
|
| 235 |
.then(response => response.json())
|
| 236 |
.then(data => {
|
| 237 |
console.log('Data received:', data);
|
|
@@ -258,7 +258,7 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
| 258 |
var imageUrl1 = "https://i.ibb.co/YBvwFR6/whatsapp-2.png";
|
| 259 |
var imageUrl2 = "https://i.ibb.co/LZx71cM/1.png";
|
| 260 |
var imageUrl3 = "https://i.ibb.co/Cvn3QsK/whatsapp-3.png";
|
| 261 |
-
var link = `<a href="https://
|
| 262 |
if (ws_stop !== "1" && ws_st === "1") {
|
| 263 |
return link + `<img src="${imageUrl2}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
|
| 264 |
} else if (ws_stop === "1" && ws_st === "1") {
|
|
@@ -395,7 +395,4 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
| 395 |
});
|
| 396 |
});
|
| 397 |
</script>
|
| 398 |
-
</body>
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
</html>
|
|
|
|
| 231 |
<script>
|
| 232 |
vkBridge.send('VKWebAppInit');
|
| 233 |
document.addEventListener('DOMContentLoaded', function() {
|
| 234 |
+
fetch('https://irdelsol-psy.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
| 235 |
.then(response => response.json())
|
| 236 |
.then(data => {
|
| 237 |
console.log('Data received:', data);
|
|
|
|
| 258 |
var imageUrl1 = "https://i.ibb.co/YBvwFR6/whatsapp-2.png";
|
| 259 |
var imageUrl2 = "https://i.ibb.co/LZx71cM/1.png";
|
| 260 |
var imageUrl3 = "https://i.ibb.co/Cvn3QsK/whatsapp-3.png";
|
| 261 |
+
var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
|
| 262 |
if (ws_stop !== "1" && ws_st === "1") {
|
| 263 |
return link + `<img src="${imageUrl2}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
|
| 264 |
} else if (ws_stop === "1" && ws_st === "1") {
|
|
|
|
| 395 |
});
|
| 396 |
});
|
| 397 |
</script>
|
| 398 |
+
</body>
|
|
|
|
|
|
|
|
|