Skip to content

Commit 30b5009

Browse files
Merge pull request #175 from dynamsoft-docs/preview
update to internal commit 8cbfcb52
2 parents 2436dbb + 3f44e3c commit 30b5009

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_layouts/default-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
$('#txtSearch').keydown(function(e) {
161161
if (e.keyCode == 13) {
162162
let product = getUrlVars(document.URL)["product"] ? getUrlVars(document.URL)["product"] : getCurrentUrlProductName(document.URL)
163-
if (["dbr", "dlr", "dce", "dcp", "dcv", "ddn"].indexOf(product) >= 0) {
163+
if (["dbr", "dlr", "dce", "dcp", "dcv", "ddn", "mrz"].indexOf(product) >= 0) {
164164
let lang = getCurrentUrlLang(document.URL, true)
165165
let reporType = ""
166166
if (lang && lang != "core") {

assets/js/docsLangLatestVersion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var docsLangLatestVersion = {
99
android: "10.4.3001",
1010
ios: "10.4.3001",
1111
javascript: "10.4.3100",
12-
maui: "10.4.2002"
12+
maui: "10.4.3000"
1313
},
1414
dcv:{
1515
core: "2.6.1000",
@@ -22,7 +22,7 @@ var docsLangLatestVersion = {
2222
flutter: "1.3.0",
2323
cordova: "1.0.5",
2424
reactNative: "1.1.14",
25-
maui: "2.4.2000",
25+
maui: "2.6.1000",
2626
python: "2.5.2100"
2727
},
2828
mrz: {

0 commit comments

Comments
 (0)