Skip to content

Commit

Permalink
Merge branch 'release-7.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 15, 2021
2 parents ec4c23f + 3f350fd commit c7369f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/js/controller/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ define([
const _preventManagerRemoval = function (container) {
const $form = $(container).closest('form');
let $submitter = $(':submit', $form);
if (!$submitter[0]) {
if ($submitter.length === 0) {
$submitter = $('.bottom-bar button', $form);
}

Expand Down
2 changes: 1 addition & 1 deletion views/js/loader/taoDacSimple.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7369f6

Please sign in to comment.