Allow custom search query to update metadata
This commit is contained in:
@@ -245,7 +245,7 @@ ${next.headerIncludes()}
|
||||
$.ajax({
|
||||
type: 'post',
|
||||
url: 'search',
|
||||
data: { 'query': $('#query').val() }
|
||||
data: { query: $('#query').val() }
|
||||
})
|
||||
} else {
|
||||
e.preventDefault();
|
||||
|
Reference in New Issue
Block a user