Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
LIVECHAT.init()
.then(
  function() {
 
  console.log("[CTLIVE] Initialization completed successfully");
  },
  )
.catch(function() {

   console.log("[CTLIVE] [ERROR] Initialization failed");
  }
);