Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix JavaScript / CSS paths to also work with HTTPS
  • Loading branch information
lutoma committed Feb 22, 2016
1 parent 35a1921 commit 5cb51d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lfluxproject/lstory/templates/lstory/highlight.html
Expand Up @@ -10,7 +10,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="{% url 'storyfeed' slug=current.versions.current.slug %}" />
{% if not current.versions.is_current %}<meta name="robots" content="noindex" />{% endif %}
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="//w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ur-400ae623-499-2bef-1ae-308e1976689", ad: {visible: false}});</script>
<meta name="description" content="{{current.summary|truncatewords:40}}" />
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion lfluxproject/templates/admin/base_site.html
Expand Up @@ -8,7 +8,7 @@ <h1 id="site-name">{% trans 'Luminous Flux administration' %}</h1>
{% endblock %}

{% block extrahead %}
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.js" type="text/javascript"></script>
{% include 'autocomplete_light/static.html' %}
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion lfluxproject/templates/base.html
Expand Up @@ -7,7 +7,7 @@
{% include 'all_javascript.inc' %}

<link rel="stylesheet" href="{% static 'css/overcast/jquery-ui-1.8.20.custom.css' %}" />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Podkova' type='text/css'>
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Podkova' type='text/css'>
<link rel="stylesheet" href="{% static 'tumblelog/tumblelog.css' %}" />
<link rel="stylesheet" href="{% static '3rd/joyride/joyride-2.0.3.css' %}" />
<link rel="stylesheet" href="{% static 'uni_form/uni-form.css' %}" />
Expand Down

0 comments on commit 5cb51d4

Please sign in to comment.