diff --git a/resources/views/desktop/Pages/EventsPage.blade.php b/resources/views/desktop/Pages/EventsPage.blade.php index 32d3eee6..c4c0a856 100644 --- a/resources/views/desktop/Pages/EventsPage.blade.php +++ b/resources/views/desktop/Pages/EventsPage.blade.php @@ -63,7 +63,7 @@ //event.oldValue - Previous value of the modified attribute //event.newValue - New value of the modified attribute //Triggered when the selected elements attribute is added/updated/removed - alert(event.attributeName); + alert($('.gj-picker-bootstrap').attr("selectedday").val()); } });