tm20
This commit is contained in:
@@ -13,6 +13,8 @@ $(document).ready(function(){
|
||||
$('#graph').empty();
|
||||
$('#results').empty();
|
||||
|
||||
console.log('/search?'+ args)
|
||||
|
||||
$('#loading').show()
|
||||
$.get('/search?'+ args, function(data) {
|
||||
$('#loading').hide()
|
||||
|
||||
Reference in New Issue
Block a user