mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
Use click_to_load preference
This commit is contained in:
parent
2d0fd95d5f
commit
2dfcd61989
@ -39,11 +39,13 @@
|
|||||||
<p class="column">
|
<p class="column">
|
||||||
<a class="pagination-previous is-fullwidth button"
|
<a class="pagination-previous is-fullwidth button"
|
||||||
href="{% url 'home_next' next.max_id %}"
|
href="{% url 'home_next' next.max_id %}"
|
||||||
|
{% if preferences.click_to_load %}
|
||||||
ic-get-from="{% url 'home_next' next.max_id %}"
|
ic-get-from="{% url 'home_next' next.max_id %}"
|
||||||
ic-select-from-response="#timeline"
|
ic-select-from-response="#timeline"
|
||||||
ic-indicator="#page-load-indicator"
|
ic-indicator="#page-load-indicator"
|
||||||
ic-target="closest div.around-pagination"
|
ic-target="closest div.around-pagination"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
|
{% endif %}
|
||||||
>
|
>
|
||||||
Older
|
Older
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user