Spaces:
Sleeping
Sleeping
Update data_gc_tab.html
Browse files- data_gc_tab.html +3 -3
data_gc_tab.html
CHANGED
@@ -249,9 +249,9 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
249 |
var phone = cell.getValue();
|
250 |
var ws_stop = cell.getData().ws_stop;
|
251 |
var ws_st = cell.getData().ws_st;
|
252 |
-
var imageUrl1 = "https://cdn.jsdelivr.net/gh/MackorLab/Green_Build@main/icon_tab/ic_whatsapp-1.png";
|
253 |
-
var imageUrl2 = "https://
|
254 |
-
var imageUrl3 = "https://
|
255 |
var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
|
256 |
// Проверка условий
|
257 |
if (ws_stop !== "1" && ws_st === "1") {
|
|
|
249 |
var phone = cell.getValue();
|
250 |
var ws_stop = cell.getData().ws_stop;
|
251 |
var ws_st = cell.getData().ws_st;
|
252 |
+
var imageUrl1 = "https://cdn.jsdelivr.net/gh/MackorLab/Green_Build@main/icon_tab/ic_whatsapp-1.png";
|
253 |
+
var imageUrl2 = "https://cdn.jsdelivr.net/gh/MackorLab/Green_Build@main/icon_tab/ic_whatsapp-2.png";
|
254 |
+
var imageUrl3 = "https://cdn.jsdelivr.net/gh/MackorLab/Green_Build@main/icon_tab/ic_whatsapp-3.png";
|
255 |
var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
|
256 |
// Проверка условий
|
257 |
if (ws_stop !== "1" && ws_st === "1") {
|