PJAX thread links

This commit is contained in:
Jason F. McBrayer 2018-09-05 10:07:51 -04:00
parent 43d4b6a30d
commit f9673696d5
1 changed files with 7 additions and 1 deletions

View File

@ -130,7 +130,13 @@
{% endif %} {% endif %}
{{ toot.visibility }} {{ toot.visibility }}
     
<a class="level-item" href="{% url "thread" toot.id %}"> <a class="level-item" href="{% url "thread" toot.id %}"
ic-get-from="{% url "thread" toot.id %}"
ic-target="#main"
ic-select-from-response="#main"
ic-push-url="true"
ic-on-success="afterPage('{{ own_acct.username }}', 'thread');"
ic-indicator="#page-load-indicator"">
thread thread
</a> </a>
</div> </div>