# HG changeset patch # User Franck Deroche # Date 1244032891 -7200 # Node ID ee520ba7d98b6c26cb08b1a2995fd773eca0d217 # Parent 767ebf92565477db779e86d4a9fbbda497ca391c Use the right element for the ajaxSubmit of the filter form. diff -r 767ebf925654 -r ee520ba7d98b js/dnd-library.js --- a/js/dnd-library.js Thu Mar 19 15:58:36 2009 -0500 +++ b/js/dnd-library.js Wed Jun 03 14:41:31 2009 +0200 @@ -129,7 +129,7 @@ return false; }); $('.view-filters input[type=submit]', $this).click(function() { - $(this).ajaxSubmit({ + $('.view-filters form', $this).ajaxSubmit({ 'url' : Drupal.settings.basePath + settings.url, 'dataType' : 'json', 'success' : function(data) {