Skip to content

Commit

Permalink
Merge pull request #2433 from Phpvarious/patch-2
Browse files Browse the repository at this point in the history
Update history.js
  • Loading branch information
Salvialf committed Mar 20, 2024
2 parents eb007eb + a65dbab commit 021ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/js/history.js
Expand Up @@ -144,7 +144,7 @@ if (!jeeFrontEnd.history) {
compare: 0,
success: function(data) {
if (isset(data.error)) {
document.querySelector('.li_history[data-cmd_id="' + _cmd_id + '"]').removeClass('active')
document.querySelector('.li_history[data-cmd_id="' + _cmd_id + '"]')?.removeClass('active')
return
}
jeeP.__lastId__ = _cmd_id
Expand Down

0 comments on commit 021ccc6

Please sign in to comment.