Skip to content

Commit

Permalink
fix: Fix working in strict mode. (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
heckad committed Aug 5, 2022
1 parent 654d5b6 commit 8ef8afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if (!jQuery) {
if (typeof jQuery === 'undefined') {
jQuery = django.jQuery;
}

0 comments on commit 8ef8afd

Please sign in to comment.