DmitrMakeev commited on
Commit
6b70a06
1 Parent(s): fd78164

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +1 -1
data_gc_tab.html CHANGED
@@ -278,7 +278,7 @@ 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
 
 
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