Skip to content

Commit

Permalink
fix debug-toolbar jquery path
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalfox committed May 17, 2018
1 parent d0775c7 commit e5db0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydici/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@

INTERNAL_IPS = ('127.0.0.1',)
DEBUG_TOOLBAR_CONFIG = {"DISABLE_PANELS": "debug_toolbar.panels.redirects.RedirectsPanel",
"JQUERY_URL": "/%s/media/js/jquery-2.2.4.min.js" % PYDICI_PREFIX
"JQUERY_URL": "https://code.jquery.com/jquery-3.3.1.min.js"
}

if PYDICI_PREFIX:
Expand Down

0 comments on commit e5db0e5

Please sign in to comment.