Skip to content

Commit 722f532

Browse files
authored
Merge pull request #196 from alariq/minor-fix-product-name
fix product name display
2 parents 5d3b25e + f1ee7be commit 722f532

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)