DmitrMakeev commited on
Commit
fd78164
·
verified ·
1 Parent(s): 04ddb2d

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +2 -2
data_gc_tab.html CHANGED
@@ -280,11 +280,11 @@ if (ws_stop !== 1 && ws_st === 1) {
280
 
281
  } else if (ws_stop === 1 && ws_st == 1) {
282
  console.log("Обе переменные равны единице");
283
- return link + `<img src="${imageUrl1}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
284
 
285
  } else {
286
  console.log("Остальные случаи");
287
- return link + `<img src="${imageUrl3}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
288
  }
289
  }},
290
 
 
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
 
285
  } else {
286
  console.log("Остальные случаи");
287
+ return link + `<img src="${imageUrl1}" alt="WhatsApp" style="width: 98px; height: 14px;">`;
288
  }
289
  }},
290