Skip to content
Snippets Groups Projects
Commit d0861682 authored by srosse's avatar srosse
Browse files

OO-881: POST the auto complete request

parent 31c67c63
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ jQuery(function(){ ...@@ -27,6 +27,7 @@ jQuery(function(){
url: '$mapuri', url: '$mapuri',
data: request, data: request,
dataType: "json", dataType: "json",
type: "POST",
success: function( data ) { success: function( data ) {
response(jQuery.map( data, function( item ) { response(jQuery.map( data, function( item ) {
return { return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment