Skip to content

Commit dcb7caa

Browse files
authored
Merge pull request #572 from dynamsoft-docs/kyle-ds-patch-1
Update Dynamsoft_WebTwainEnv.md
2 parents 49290b0 + 64c3d61 commit dcb7caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/Dynamsoft_WebTwainEnv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ UpdateCert(
180180
// overwrite the following function in dynamsoft.webtwain.install.js
181181
Dynamsoft.OnSSLCertInfo = function (sslExpiredDate) {
182182
console.log(sslExpiredDate);
183-
Dynamsoft.DWT.UpdateCert("https://xxx.com/cert.zip",
183+
Dynamsoft.DWT.UpdateCert("https://domainlocation.com/cert.zip",
184184
function () { console.log("OK"); },
185185
function (errorCode, errorString) { console.log(errorString);}
186186
);
@@ -267,4 +267,4 @@ Specify the source of the loader bar image. Check out more on [HTMLImageElement.
267267

268268
#### `loaderBarClassName`
269269

270-
Specify the class name of the DIV element that contains the loader bar. With this class, you can customize the loader bar even further with CSS.
270+
Specify the class name of the DIV element that contains the loader bar. With this class, you can customize the loader bar even further with CSS.

0 commit comments

Comments
 (0)