Archived
1
0

fix search

This commit is contained in:
Jeff Becker 2016-11-02 11:18:11 -04:00
parent 458a1c04d9
commit aeab87cb51
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -42,6 +42,8 @@ function inject_search(elem) {
}
}
}
ajax.open("GET", "/api/find?text="+text);
ajax.send();
}
inner.appendChild(input);