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

kenorb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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