zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

allows https or http version of jquery to load preventing it from being blocked on https admin pages #11

Open alecklandgraf opened 8 years ago

alecklandgraf commented 8 years ago

By default the non-https version of jquery is downloaded. As django-markitup is pulled in from a bunch of other Django apps, it's not always known what is broken in the admin page when a non-https sourceis blocked by the browser.

Fixes this: image

alecklandgraf commented 8 years ago

Looks like I'll have to update some tests