DmitrMakeev
commited on
Update bas_vk_tab.html
Browse files- bas_vk_tab.html +1 -1
bas_vk_tab.html
CHANGED
@@ -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") {
|
|
|
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://dmtuit-psy2.hf.space?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") {
|