Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Feb 18, 2018
1 parent c097f93 commit 21d9ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/script.js
Expand Up @@ -556,7 +556,6 @@ $(document).ready(() => {
$('#payloadIdentify-type').val('undefined').trigger('change');
}


$('#manufacturer').val(config[id].manufacturer || '');
$('#model').val(config[id].model || '');
$('#serial').val(config[id].serial || '');
Expand Down

0 comments on commit 21d9ec6

Please sign in to comment.