Skip to content

Commit

Permalink
Merge pull request #1 from arybin93/jquery_overwrite
Browse files Browse the repository at this point in the history
Fix jquery overwrite
  • Loading branch information
arybin93 authored Oct 30, 2017
2 parents b68382b + 95bea2e commit e59833c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions geoposition/static/geoposition/geoposition.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
if (jQuery != undefined) {
var django = {
'jQuery': jQuery,
if (django.jQuery == undefined) {
if (jQuery != undefined) {
var django = {
'jQuery': jQuery,
}
}
}

Expand Down

0 comments on commit e59833c

Please sign in to comment.