BUGFIX: add condition should be live

This commit is contained in:
Will Rossiter 2010-06-20 06:31:34 +00:00
parent 88fe82da03
commit c408b632e3

View File

@ -252,7 +252,7 @@
/**
* Adding a custom rule to a given form
*/
$(".customRules .addCondition").click(function() {
$(".customRules .addCondition").live('click', function() {
// Give the user some feedback
statusMessage(ss.i18n._t('UserForms.ADDINGNEWRULE', 'Adding New Rule'));