Skip to content

Commit

Permalink
Merge branch 'hotfix-redetlist'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Jun 7, 2021
2 parents 92e0411 + ae78a20 commit f3efe05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/indicia.datacomponents/jquery.idc.verificationButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -842,9 +842,11 @@
// Form validation for redetermination
redetFormValidator = $('#redet-form').validate();
// Plus setup redet form texts.
$('.alt-taxon-list-message').html(
$('.alt-taxon-list-message').html().replace('{message}', indiciaData.lang.verificationButtons.redetPartialListInfo)
);
if ($('.alt-taxon-list-message').length > 0) {
$('.alt-taxon-list-message').html(
$('.alt-taxon-list-message').html().replace('{message}', indiciaData.lang.verificationButtons.redetPartialListInfo)
);
}
$(listOutputControl)[listOutputControlClass]('on', 'itemSelect', function itemSelect(tr) {
var sep;
var doc;
Expand Down

0 comments on commit f3efe05

Please sign in to comment.