Updated interest buttons to use ajax instead of a round-trip post

This commit is contained in:
Godwin
2016-06-11 16:45:22 -07:00
parent 0079c21f66
commit 30954e7907
5 changed files with 39 additions and 1 deletions
+7
View File
@@ -591,6 +591,13 @@ input {
}
form {
@include _(transition, 'opacity 250ms ease-in-out, filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out');
&.requesting {
opacity: 0.5;
-webkit-filter: blur(5px);
}
&.composition {
textarea {
height: 16em;