Skip to content

Commit

Permalink
Issue #3483: Used 'Year' as datetime selector instead of 'Used'.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Jun 18, 2024
1 parent ed7913f commit fb8531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/httpd/htdocs/js/Core.AJAX.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Core.AJAX = (function (TargetNS) {

// date time elements
if ( !$Element.length ) {
$Element = $('[name=' + DataKey + 'Used]').parent();
$Element = $('[name=' + DataKey + 'Year]').parent();
}

if ((!$Element.length || typeof DataValue == 'undefined')) {
Expand Down

0 comments on commit fb8531a

Please sign in to comment.