DmitrMakeev
commited on
Commit
•
0a0a288
1
Parent(s):
3a454eb
Update data_gc_tab.html
Browse files- data_gc_tab.html +2 -2
data_gc_tab.html
CHANGED
@@ -266,8 +266,8 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
266 |
{title:"WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
267 |
var phone = cell.getValue();
|
268 |
var ws_st = cell.getData().ws_st;
|
269 |
-
var imageUrl1 = "https://i.ibb.co/
|
270 |
-
var imageUrl2 = "https://i.ibb.co/
|
271 |
var link = `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">`;
|
272 |
|
273 |
if (ws_st === "1") {
|
|
|
266 |
{title:"WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
|
267 |
var phone = cell.getValue();
|
268 |
var ws_st = cell.getData().ws_st;
|
269 |
+
var imageUrl1 = "https://i.ibb.co/S3Kk5vM/1.png"; // Замените на URL первой картинки
|
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") {
|