Skip to content

Commit 034ae7d

Browse files
committed
testing
1 parent a714775 commit 034ae7d

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

about/getsupport.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,3 @@ If you encounter any issues or have any suggestions while using the library, ple
1313

1414
+ [Tech](mailto:support@dynamsoft.com)
1515
+ [Sales](mailto:sales@dynamsoft.com)
16-
17-
## Phone
18-
19-
+ 1-877-605-5491 (Toll-Free)
20-
+ 1-604-605-5491
21-
22-
## [Leave a message](https://www.dynamsoft.com/Company/Contact.aspx)
23-
24-
## Live Chat
25-
26-
[![Live Help][image]][hyperlink]
27-
28-
[hyperlink]: javascript:$('#comm100-float-button-2').click();
29-
[image]: {{site.assets}}imgs/livechat.jpg
30-
31-
<!--Begin Comm100 Live Chat Code-->
32-
<div style="background-repeat: no-repeat; background-position: 0px 0px; margin:0; padding:0px 0px 0px 0px; ">
33-
34-
<div id="comm100-button-5000110"></div>
35-
<script type="text/javascript">
36-
var Comm100API = Comm100API || new Object;
37-
Comm100API.chat_buttons = Comm100API.chat_buttons || [];
38-
var comm100_chatButton = new Object;
39-
comm100_chatButton.code_plan = 5000110;
40-
comm100_chatButton.div_id = 'comm100-button-5000110';
41-
Comm100API.chat_buttons.push(comm100_chatButton);
42-
Comm100API.site_id = 10008;
43-
Comm100API.main_code_plan = 5000110;
44-
var comm100_lc = document.createElement('script');
45-
comm100_lc.type = 'text/javascript';
46-
comm100_lc.async = true;
47-
comm100_lc.src = 'https://support.dynamsoft.com/LiveChatServer/livechat.ashx?siteId=' + Comm100API.site_id;
48-
var comm100_s = document.getElementsByTagName('script')[0];
49-
comm100_s.parentNode.insertBefore(comm100_lc, comm100_s);
50-
setTimeout(function() {
51-
if (!Comm100API.loaded) {
52-
var lc = document.createElement('script');
53-
lc.type = 'text/javascript';
54-
lc.async = true;
55-
lc.src = 'https://support.dynamsoft.com/LiveChatServer/livechat.ashx?siteId=' + Comm100API.site_id;
56-
var s = document.getElementsByTagName('script')[0];
57-
s.parentNode.insertBefore(lc, s);
58-
}
59-
}, 5000)
60-
</script>
61-
62-
</div>
63-
<!--End Comm100 Live Chat Code-->

0 commit comments

Comments
 (0)