Skip to content

Commit b265bac

Browse files
authored
fix: Fix action holder form buttons (ietf-tools#3956)
Fixes ietf-tools#3943
1 parent 39525a1 commit b265bac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/static/js/edit_action_holders.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local_js = function () {
2-
let select2_elem = $('.select2-field');
2+
let select2_elem = $('#id_action_holders');
33
let role_ids = select2_elem.data('role-ids');
44

55
function update_selection(elem, entries, selected) {
@@ -82,4 +82,4 @@ local_js = function () {
8282
add_ah: add_ah,
8383
del_ah: del_ah
8484
};
85-
}();
85+
}();

0 commit comments

Comments
 (0)