This commit is contained in:
gauthiier
2019-12-09 13:40:21 +01:00
parent 387c13be6d
commit 88999f5362
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -13,6 +13,8 @@ $(document).ready(function(){
$('#graph').empty();
$('#results').empty();
console.log('/search?'+ args)
$('#loading').show()
$.get('/search?'+ args, function(data) {
$('#loading').hide()