Skip to content

Commit

Permalink
Only use django jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
leibowitz committed May 12, 2020
1 parent 325e090 commit ff2eecb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion smart_selects/static/smart-selects/admin/js/bindfields.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
}
});
});
}(jQuery || django.jQuery));
}(django.jQuery));
2 changes: 1 addition & 1 deletion smart_selects/static/smart-selects/admin/js/chainedfk.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@
}
};
}();
}(jQuery || django.jQuery));
}(django.jQuery));
2 changes: 1 addition & 1 deletion smart_selects/static/smart-selects/admin/js/chainedm2m.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@
}
};
}();
}(jQuery || django.jQuery));
}(django.jQuery));

0 comments on commit ff2eecb

Please sign in to comment.