search fields

This commit is contained in:
gauthiier
2017-11-06 14:11:18 +01:00
parent 874a27a8c9
commit 999dab3a7a
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ $(document).ready(function(){
$('#results').empty();
$('#loading').show()
$.get('/search?'+args, function(data) {
$.get('/search?'+ args, function(data) {
$('#loading').hide()
console.log(data);
// $('#graph').empty();