Live site error with event.context.itemId

Hi all,

I have a repeater with a button in it. To find which item has been clicked I look for the event.context.itemId. This works fine in the editor - see log of event.context below, with correct itemId.

However in Chrome, the itemId is returned as ‘item1’ - see log below from chrome

Any idea why this might be? Seems only to happen in one specific repeater as I use this process quite a lot and usually works fine.

Page: www.cosx.co.uk/dashboard

Fixed it:

needed to force $w ( ‘#repeater’ ). data = [] before setting repeater data