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 5d3b25e commit f1ee7beCopy full SHA for f1ee7be
html/scan.js
@@ -140,7 +140,7 @@ function updateConfig(data) {
140
mui.tabs.activate('pane-justified-2');
141
_('tx_tab').style.display = 'none';
142
}
143
- if(config['product_name'] && _('product-name')) _('product_name').textContent = config['product_name'];
+ if(config['product_name'] && _('product_name')) _('product_name').textContent = config['product_name'];
144
145
updateAatConfig(config);
146
0 commit comments