Skip to content

Commit

Permalink
Deploy preview for PR 14 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
felixindynamsoft committed Nov 18, 2024
1 parent 2ce0ad3 commit b5bced6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pr-preview/pr-14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,31 @@ <h3 style="font-weight: normal">Quick Start Options</h3>
<script src="./js/const.js"></script>
<script type="module" src="./js/init.js"></script>
<script type="module" src="./js/index.js"></script>
<div style="background-repeat: no-repeat; background-position: 0px 0px; margin: 0; padding: 0px 0px 0px 0px">
<!--Begin Comm100 Live Chat Code-->
<div id="comm100-button-20242b05-3781-4d86-9b7f-fab63ddcdde3"></div>
<script type="text/javascript">
var Comm100API = Comm100API || {};
(function (t) {
function e(e) {
var a = document.createElement("script"),
c = document.getElementsByTagName("script")[0];
(a.type = "text/javascript"), (a.async = !0), (a.src = e + t.site_id), c.parentNode.insertBefore(a, c);
}
(t.chat_buttons = t.chat_buttons || []),
t.chat_buttons.push({
code_plan: "20242b05-3781-4d86-9b7f-fab63ddcdde3",
div_id: "comm100-button-20242b05-3781-4d86-9b7f-fab63ddcdde3",
}),
(t.site_id = 90003305),
(t.main_code_plan = "20242b05-3781-4d86-9b7f-fab63ddcdde3"),
e("https://vue.comm100.com/livechat.ashx?siteId="),
setTimeout(function () {
t.loaded || e("https://standby.comm100vue.com/livechat.ashx?siteId=");
}, 5e3);
})(Comm100API || {});
</script>
<!--End Comm100 Live Chat Code-->
</div>
</body>
</html>

0 comments on commit b5bced6

Please sign in to comment.