Skip to content

Commit

Permalink
ixed issue where JS events weren't getting renewed on CDD change.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Feb 6, 2015
1 parent 779d4a4 commit 1e59b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -181,6 +181,7 @@ var FbCascadingdropdown = new Class({
this.element.removeClass('readonly');
}
}
this.renewEvents();
// $$$ hugh - need to fire this CDD's 'change' event in case we have another CDD
// daisy chained on us. We just don't need to do it if 'ignoreAjax' is true, because
// that means we're being added to the form, and everyone will get their change() method
Expand Down

0 comments on commit 1e59b67

Please sign in to comment.