Closed (fixed)
Project:
AJAX Trigger
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2010 at 10:21 UTC
Updated:
26 May 2011 at 12:02 UTC
i have troubles with this module on installations with rewrited beseurl and this code fix my issue
ajax_trigger.js
change
$.post("/ajax_trigger/" + fieldname,{"data": formdata, "action": action, "callback": callback},ajax_trigger_result,"text");
to
$.post(Drupal.settings.basePath + "ajax_trigger/" + fieldname,{"data": formdata, "action": action, "callback": callback},ajax_trigger_result,"text");
Comments
Comment #1
kenorb commentedThank you for the report.
Fixed in dev.
http://drupalcode.org/project/ajax_trigger.git/commit/5677825