In the javascript file, the url created there does not work when clean url's is not possible on the server.
"var path = Drupal.settings.basePath + 'search/inline_ajax_search/get/';"

My proposal is to change this url so this works without clean url's enabled. This will always work.

"var path = Drupal.settings.basePath + '?q=search/inline_ajax_search/get/';"

Comments

blackdog’s picture

Version: 6.x-3.9 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new885 bytes

Here's a patch for 7.x that contains the above fix.

blackdog’s picture

Version: 7.x-1.x-dev » 6.x-3.x-dev
Status: Needs review » Patch (to be ported)

I've committed the above patch to the 7.x branch. Should probably go into 6.x as well.

fabianderijk’s picture

Status: Patch (to be ported) » Fixed

Patch added in the new nightly build

Status: Fixed » Closed (fixed)
Issue tags: -cleanurl

Automatically closed -- issue fixed for 2 weeks with no activity.