Support

Account

Home Forums Add-ons Flexible Content Field Alert on Flexible content remove Reply To: Alert on Flexible content remove

  • Found it:

    $('body').on('click', '[data-event=remove-layout]', function(e) {
    	return confirm("Delete widget?");
    });