Skip to content

Commit d7bdffc

Browse files
chore: import jquery so dynamic_inlines.js source map works (ietf-tools#4482)
1 parent 143877e commit d7bdffc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/secr/static/js/dynamic_inlines.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ http://www.arnebrodowski.de/blog/507-Add-and-remove-Django-Admin-Inlines-with-Ja
55
field as primary key. Also for some reason the "active" boolean field doesn't get saved properly
66
if the checkbox input has an empty "value" argument.
77
*/
8+
import $ from 'jquery';
9+
810
function increment_form_ids(el, to, name) {
911
var from = to-1
1012
$(':input', $(el)).each(function(i,e){

0 commit comments

Comments
 (0)