Fix issue with modals

This commit is contained in:
Jason McBrayer 2019-03-29 20:39:29 -04:00
parent c952e0195c
commit 8251306800
1 changed files with 2 additions and 0 deletions

View File

@ -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');">