Skip to content

Commit c0b724d

Browse files
committed
Bug: fix utm_source to only say samples
1 parent 3092435 commit c0b724d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VINScanner/js/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { extractVinDetails, resultToHTMLElement, showNotification } from "./util
55
*/
66
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
77
/**
8-
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=cvs&utm_source=docs&package=js to get your own trial license good for 30 days.
8+
* You can visit https://www.dynamsoft.com/customer/license/trialLicense/?product=cvs&utm_source=samples&package=js to get your own trial license good for 30 days.
99
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
10-
* For more information, see https://www.dynamsoft.com/label-recognition/programming/javascript/user-guide.html?ver=latest#specify-the-license or contact support@dynamsoft.com.
10+
* For more information, see https://www.dynamsoft.com/label-recognition/programming/javascript/user-guide.html?ver=latest&utm_source=samples#specify-the-license or contact support@dynamsoft.com.
1111
* LICENSE ALERT - THE END
1212
*/
1313

0 commit comments

Comments
 (0)