PJAX thread links
This commit is contained in:
parent
43d4b6a30d
commit
f9673696d5
|
@ -130,7 +130,13 @@
|
|||
{% endif %}
|
||||
{{ 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
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue