mirror of
https://github.com/wasrusgen/zashita-brandbook.git
synced 2026-06-03 15:04:49 +00:00
fix: callToAction renders HTML tags as text — pass isRawHtml=true
This commit is contained in:
parent
6e80948c02
commit
02f6fc70e3
@ -4786,7 +4786,7 @@ function initReturnChat() {
|
||||
delay += 300;
|
||||
(function(d){ setTimeout(_rcAddTyping, d); })(delay);
|
||||
delay += 600;
|
||||
(function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false); }, d); })(delay, callToAction);
|
||||
(function(d, txt){ setTimeout(function(){ _rcRemoveTyping(); _rcAddBubble(txt, false, true); }, d); })(delay, callToAction);
|
||||
|
||||
// show controls
|
||||
delay += 400;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user