File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments