Popup openWebSite
Add possibility to open a website with a popup 3 cases : Open page GoTo Page OpenCoWebsite
This commit is contained in:
@@ -20,7 +20,7 @@ function launchTuto (){
|
||||
callback: (popup1) => {
|
||||
WA.sendChatMessage("Hey you can talk here too ! ", 'WA Guide');
|
||||
popup1.close();
|
||||
WA.openPopup("TutoFinal","You are good to go ! You can meet the dev team in the next room !",[
|
||||
WA.openPopup("TutoFinal","You are good to go ! You can meet the dev team and discover the features in the next room !",[
|
||||
{
|
||||
label: "Got it !",
|
||||
className : "success",callback:(popup2 => {
|
||||
|
||||
Reference in New Issue
Block a user