bump the feed.js version for cache busting purposes

This commit is contained in:
Kyle Mahan 2016-05-21 22:49:08 +00:00
parent fcaf82e322
commit d17f1c0fa5

View file

@ -4,7 +4,7 @@
{% if ws_topic %}
<script>var WS_TOPIC = "{{ ws_topic }}";</script>
{% 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
and current_user.settings.get('reply-method') == 'indie-config' %}