Merge branch 'master' of github.com:russellballestrini/russell.ballestrini.net

This commit is contained in:
russellballestrini 2017-11-09 09:42:46 -05:00
commit 7231cb6bd6

View file

@ -84,8 +84,8 @@ To do this we assign the ``js-only`` class to our label holding 'x':
{%- endfor %}
</div>
The content is the same, but we hide the interface based on the user's capibility!
The content is the same, but we hide the interface based on the user's capability!
This small change has a huge impact on the overall user experience.
We no longer present a broken button to the user.
We no longer present a broken button to the user, and I think that is worth the effort.