Skip to content

Commit dc62d27

Browse files
authored
Update getsupport.md
Broken link on livechat badge. Link to contact us page instead.
1 parent 074df0d commit dc62d27

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

about/getsupport.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -10,54 +10,4 @@ description: Dynamic Web TWAIN SDK Documentation Support Page
1010

1111
# How to get support
1212

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

0 commit comments

Comments
 (0)