bump the feed.js version for cache busting purposes
This commit is contained in:
parent
fcaf82e322
commit
d17f1c0fa5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
{% if ws_topic %}
|
{% if ws_topic %}
|
||||||
<script>var WS_TOPIC = "{{ ws_topic }}";</script>
|
<script>var WS_TOPIC = "{{ ws_topic }}";</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<script src="{{url_for('static', filename='feed.js', version='2016-03-08')}}"></script>
|
<script src="{{url_for('static', filename='feed.js', version='2016-05-21')}}"></script>
|
||||||
|
|
||||||
{% if current_user and current_user.settings
|
{% if current_user and current_user.settings
|
||||||
and current_user.settings.get('reply-method') == 'indie-config' %}
|
and current_user.settings.get('reply-method') == 'indie-config' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue