We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17f426 commit 62cf8f5Copy full SHA for 62cf8f5
src/wwwroot/js/genpage/gentab/params.js
@@ -1187,7 +1187,7 @@ function hideUnalteredParameters() {
1187
let hideParamCallbacks = [];
1188
1189
function hideUnsupportableParams() {
1190
- if (!gen_param_types) {
+ if (typeof gen_param_types == 'undefined' || !gen_param_types) {
1191
return;
1192
}
1193
let ipadapterInstallButton = document.getElementById('revision_install_ipadapter');
0 commit comments