Fix toggling validated on page 2 of our AKAs, we need to use jquery delegated targets
This commit is contained in:
parent
c49daadc5f
commit
3ca16f0d87
@ -708,9 +708,9 @@
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
$('data.validated').on('click',function(item) {
|
$('table#address_table').on('click','data.validated',function(item) {
|
||||||
that = $(this);
|
that = $(this);
|
||||||
var values = item.delegateTarget.value.split(':');
|
var values = item.currentTarget.value.split(':');
|
||||||
var icon = that.find('i');
|
var icon = that.find('i');
|
||||||
|
|
||||||
if (values[1] === '1') {
|
if (values[1] === '1') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user