Skip to content

Commit

Permalink
Added feedback class to nomenclature header
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jun 6, 2019
1 parent 07e4caf commit 79e4da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/tasks/nomenclature/browse.js
Expand Up @@ -39,7 +39,7 @@ Object.assign(TW.views.tasks.nomenclature.browse, {
var taxonStatus = document.querySelector('[data-status]').getAttribute('data-status');

if(taxonStatus == 'invalid') {
document.querySelector('#browse-nomenclature-taxon-name').classList.add('bg-warning');
document.querySelector('#browse-nomenclature-taxon-name').classList.add('feedback-warning');
}

if(taxonType == 'Combination')
Expand Down

0 comments on commit 79e4da0

Please sign in to comment.