Added accessibility support to interest and add facilitator buttons and made facilitation buttons and message make more sense

This commit is contained in:
Godwin
2016-06-11 18:15:30 -07:00
parent 30954e7907
commit abe0b3a40d
8 changed files with 40 additions and 18 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
if (request.status == 200) {
var response = JSON.parse(request.responseText);
for (var i = 0; i < response.length; i++) {
form.querySelector(response[i].selector).outerHTML = response[i].html;
form.querySelector(response[i].selector).innerHTML = response[i].html;
}
}
}
+1
View File
@@ -1995,6 +1995,7 @@ html[data-lingua-franca-example="html"] {
font-size: 0.9em;
margin: 1em;
background-color: $colour-1;
vertical-align: middle;
&.delete {
background-color: $colour-4;