DmitrMakeev commited on
Commit
3c2b8db
·
verified ·
1 Parent(s): f551131

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +1 -1
data_gc_tab.html CHANGED
@@ -127,7 +127,7 @@
127
  {title:"Cсылка на пользователя в GC", field:"ad_url"},
128
  {title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
129
  var phone = cell.getValue();
130
- return `<a href="https://api.whatsapp.com/send?phone=${phone}&text=" target="_blank">${phone}</a>`;
131
  }}
132
  ],
133
  });
 
127
  {title:"Cсылка на пользователя в GC", field:"ad_url"},
128
  {title:"Ссылка на WhatsApp", field:"phone", formatter: function(cell, formatterParams, onRendered) {
129
  var phone = cell.getValue();
130
+ return `<a href="https://web.whatsapp.com/send?phone=${phone}" target="_blank">${phone}</a>`;
131
  }}
132
  ],
133
  });