Skip to content

Commit f1ee7be

Browse files
committed
fix product name display
1 parent 5d3b25e commit f1ee7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/scan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function updateConfig(data) {
140140
mui.tabs.activate('pane-justified-2');
141141
_('tx_tab').style.display = 'none';
142142
}
143-
if(config['product_name'] && _('product-name')) _('product_name').textContent = config['product_name'];
143+
if(config['product_name'] && _('product_name')) _('product_name').textContent = config['product_name'];
144144

145145
updateAatConfig(config);
146146
}

0 commit comments

Comments
 (0)