Needs review
Project:
Svg
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Apr 2012 at 16:37 UTC
Updated:
1 May 2012 at 14:31 UTC
When I click the search button nothing happens.
Then I noticed a 404-error to localhost/nounproject/search.
That file doesn't exist on my server.
I have localhost/drupal/nounproject/search
$.getJSON('/nounproject/search/?search=' + encodeURIComponent(text), function(data){
I think that the above code should not be absolute but relative:
$.getJSON('nounproject/search/?search=' + encodeURIComponent(text), function(data){
Greetings!
Comments
Comment #1
josegaert commentedI took the liberty to change this in my last commit.