Skip to content

Commit

Permalink
Make search api url relative to support beta?
Browse files Browse the repository at this point in the history
  • Loading branch information
makmanalp committed Jun 17, 2014
1 parent dff422e commit 375347e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/searchresults.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source: function(request, response) {
response(cache[term]);
return;
}
$.getJSON( "/api/search/",
$.getJSON( "../api/search/",
request,
function(data, status, xhr) {
var reshaped_data = [];
Expand Down

0 comments on commit 375347e

Please sign in to comment.