Cache bust.

master
Nick Sergeant 2013-02-08 13:11:49 -05:00
parent 33cfb3e10d
commit c0ef188163
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@
{% endif %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?68" />
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/snipt.css?69" />
{% if has_snipts and not detail %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />
@ -339,7 +339,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?41"></script>
<script type="text/javascript" src="{{ STATIC_URL }}js/snipt.js?42"></script>
{% block extra-scripts %}{% endblock %}