Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions info/api/Dynamsoft_WebTwainEnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ UpdateCert(
// overwrite the following function in dynamsoft.webtwain.install.js
Dynamsoft.OnSSLCertInfo = function (sslExpiredDate) {
console.log(sslExpiredDate);
Dynamsoft.DWT.UpdateCert("https://xxx.com/cert.zip",
Dynamsoft.DWT.UpdateCert("https://domainlocation.com/cert.zip",
function () { console.log("OK"); },
function (errorCode, errorString) { console.log(errorString);}
);
Expand Down Expand Up @@ -267,4 +267,4 @@ Specify the source of the loader bar image. Check out more on [HTMLImageElement.

#### `loaderBarClassName`

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.
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.