X-Git-Url: https://git.mdrn.pl/django-sponsors.git/blobdiff_plain/23907e7d978889798df2e40c047cb314e0b3f6a7..f560e8bf20e2517ebf7c8e1a3ace5c344b1a0145:/sponsors/widgets.py diff --git a/sponsors/widgets.py b/sponsors/widgets.py index 89d11c5..a9b92b0 100644 --- a/sponsors/widgets.py +++ b/sponsors/widgets.py @@ -12,8 +12,8 @@ from sponsors import models class SponsorPageWidget(forms.Textarea): class Media: js = ( - 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', - 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js', + '//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', + '//ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js', settings.STATIC_URL + 'sponsors/js/jquery.json.min.js', settings.STATIC_URL + 'sponsors/js/footer_admin.js', )