mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
BUGFIX: add condition should be live
This commit is contained in:
parent
88fe82da03
commit
c408b632e3
@ -252,7 +252,7 @@
|
|||||||
/**
|
/**
|
||||||
* Adding a custom rule to a given form
|
* Adding a custom rule to a given form
|
||||||
*/
|
*/
|
||||||
$(".customRules .addCondition").click(function() {
|
$(".customRules .addCondition").live('click', function() {
|
||||||
// Give the user some feedback
|
// Give the user some feedback
|
||||||
statusMessage(ss.i18n._t('UserForms.ADDINGNEWRULE', 'Adding New Rule'));
|
statusMessage(ss.i18n._t('UserForms.ADDINGNEWRULE', 'Adding New Rule'));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user