DmitrMakeev commited on
Commit
bdd8d4b
·
verified ·
1 Parent(s): 6b70a06

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +2 -2
data_gc_tab.html CHANGED
@@ -274,11 +274,11 @@ var imageUrl2 = "https://i.ibb.co/B4zFhJv/whatsapp-2.png"; // Замените
274
  var imageUrl3 = "https://i.ibb.co/Cvn3QsK/whatsapp-3.png"; // Замените на URL второй картинки
275
  var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
276
  // Проверка условий
277
- if (ws_stop !== 1 && ws_st === 1) {
278
  console.log("Первая переменная не равна единице, вторая равна единице");
279
  return link + `<img src="${imageUrl2}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
280
 
281
- } else if (ws_stop === 1 && ws_st === 1) {
282
  console.log("Обе переменные равны единице");
283
  return link + `<img src="${imageUrl3}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
284
 
 
274
  var imageUrl3 = "https://i.ibb.co/Cvn3QsK/whatsapp-3.png"; // Замените на URL второй картинки
275
  var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
276
  // Проверка условий
277
+ if (ws_stop !== "1" && ws_st === "1") {
278
  console.log("Первая переменная не равна единице, вторая равна единице");
279
  return link + `<img src="${imageUrl2}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
280
 
281
+ } else if (ws_stop === "1" && ws_st === "1") {
282
  console.log("Обе переменные равны единице");
283
  return link + `<img src="${imageUrl3}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
284