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.
2 parents 5d3b25e + f1ee7be commit 722f532Copy full SHA for 722f532
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