Open peter-fan-cn opened 3 years ago
add the deleted event to the element on deleted. usage:
deleted
let modal = new AWN().modal('<b>Custom modal window message</b>') modal.addEvent('deleted', event=>{ window.location.reload(); })
add the
deleted
event to the element on deleted. usage: