Skip to content

Commit

Permalink
update history.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Spine34 committed Feb 8, 2024
1 parent 9d3b65a commit cee1c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/js/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ if (!jeeFrontEnd.history) {
setHistoryOptions: function(_mode) {
if (!isset(_mode)) _mode = true
document.getElementById('div_historyOptions').querySelectorAll('input, select, a').forEach(_ctrl => {
if (_ctrl.getAttribute('id') != 'bt_compare' && _ctrl.getAttribute('id') != 'bt_clearGraph') {
if (_ctrl.getAttribute('id') != 'in_startDate' && _ctrl.getAttribute('id') != 'in_endDate' && _ctrl.getAttribute('id') != 'bt_validChangeDate' && _ctrl.getAttribute('id') != 'bt_compare' && _ctrl.getAttribute('id') != 'bt_clearGraph') {
if (_mode) {
_ctrl.removeClass('disabled')
} else {
Expand Down

0 comments on commit cee1c87

Please sign in to comment.