mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #31523 -- Removed jQuery dependency from actions.js.
This commit is contained in:
parent
074844e947
commit
30e59705fc
7 changed files with 178 additions and 158 deletions
|
@ -11,7 +11,7 @@ QUnit.module('admin.actions', {
|
|||
const $ = django.jQuery;
|
||||
$('#qunit-fixture').append($('#result-table').text());
|
||||
|
||||
$('tr input.action-select').actions();
|
||||
Actions(document.querySelectorAll('tr input.action-select'));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue