{"version":3,"sources":["ucws_blocks/ucws_event_feed/templates/js/ucws_event_feed.js"],"names":["$","Drupal","drupalSettings","behaviors","ucwsEventFeedGoToEvent","attach","context","settings","on","event","window","location","this","data","jQuery"],"mappings":"CAAA,SAAWA,EAAGC,EAAQC,GACpB,aAKAD,EAAOE,UAAUC,uBAAyB,CACxCC,OAAQ,SAAUC,EAASC,GACzBP,EAAE,qBAAqBQ,GAAG,QAAQ,kBAAkB,SAAUC,GAC5DC,OAAOC,SAAWX,EAAEY,MAAMC,KAAK,aATvC,CAaGC,OAAQb,OAAQC","file":"ucws_event_feed.js","sourcesContent":["(function ($, Drupal, drupalSettings) {\n 'use strict';\n\n //\n // Make entire area clickable, and send user to event details page on click.\n //\n Drupal.behaviors.ucwsEventFeedGoToEvent = {\n attach: function (context, settings) {\n $('.block.event-feed').on('click','.event-wrapper', function (event) {\n window.location = $(this).data(\"href\");\n });\n }\n };\n})(jQuery, Drupal, drupalSettings);\n"]}