mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 07:13:52 -05:00
Fix issue with modals
This commit is contained in:
parent
c952e0195c
commit
8251306800
@ -138,6 +138,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "toot" %}"
|
<a class="navbar-item" href="{% url "toot" %}"
|
||||||
ic-enhance="false"
|
ic-enhance="false"
|
||||||
|
ic-push-url="false"
|
||||||
ic-get-from="{% url "toot" %}"
|
ic-get-from="{% url "toot" %}"
|
||||||
ic-target="#new-toot-modal"
|
ic-target="#new-toot-modal"
|
||||||
ic-on-complete="$('#new-toot-modal').toggleClass('is-active');">
|
ic-on-complete="$('#new-toot-modal').toggleClass('is-active');">
|
||||||
@ -146,6 +147,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "search" %}"
|
<a class="navbar-item" href="{% url "search" %}"
|
||||||
ic-enhance="false"
|
ic-enhance="false"
|
||||||
|
ic-push-url="false"
|
||||||
ic-get-from="{% url "search" %}"
|
ic-get-from="{% url "search" %}"
|
||||||
ic-target="#new-toot-modal"
|
ic-target="#new-toot-modal"
|
||||||
ic-on-complete="$('#new-toot-modal').toggleClass('is-active');">
|
ic-on-complete="$('#new-toot-modal').toggleClass('is-active');">
|
||||||
|
Loading…
Reference in New Issue
Block a user