DmitrMakeev commited on
Commit
0c03351
·
verified ·
1 Parent(s): 9df2a87

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +1 -1
data_gc_tab.html CHANGED
@@ -270,7 +270,7 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
270
  var imageUrl2 = "https://i.ibb.co/Ph3SB0m/2.png"; // Замените на URL второй картинки
271
  var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
272
 
273
- if (ws_st === "1") {
274
  return link + `<img src="${imageUrl1}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
275
  } else {
276
  return link + `<img src="${imageUrl2}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
 
270
  var imageUrl2 = "https://i.ibb.co/Ph3SB0m/2.png"; // Замените на URL второй картинки
271
  var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
272
 
273
+ if (ws_stop === "1") {
274
  return link + `<img src="${imageUrl1}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
275
  } else {
276
  return link + `<img src="${imageUrl2}" alt="WhatsApp" style="width: 98px; height: 14px;">`;