{"version":3,"file":"alumni/view.js","mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACAA,OAAO,CAACC,GAAG,CAAE,qDAAsD,CAAC;AACpE;AACAC,MAAM,CAAC,WAAW,CAAC,CAACC,IAAI,CAAC,UAASC,KAAK,EAAEC,EAAE,EAAE;EACzCH,MAAM,CAACG,EAAE,CAAC,CAACC,IAAI,CAAC,KAAK,EAAEJ,MAAM,CAACG,EAAE,CAAC,CAACE,IAAI,CAAC,UAAU,CAAC,CAAC;AACvD,CAAC,CAAC,C","sources":["webpack://mhcid-blocks/./src/alumni/view.js"],"sourcesContent":["/**\r\n * Use this file for JavaScript code that you want to run in the front-end\r\n * on posts/pages that contain this block.\r\n *\r\n * When this file is defined as the value of the `viewScript` property\r\n * in `block.json` it will be enqueued on the front end of the site.\r\n *\r\n * Example:\r\n *\r\n * ```js\r\n * {\r\n * \"viewScript\": \"file:./view.js\"\r\n * }\r\n * ```\r\n *\r\n * If you're not making any changes to this file because your project doesn't need any\r\n * JavaScript running in the front-end, then you should delete this file and remove\r\n * the `viewScript` property from `block.json`.\r\n *\r\n * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script\r\n */\r\n\r\n/* eslint-disable no-console */\r\nconsole.log( 'Hello World! (from create-block-mhcid-blocks block)' );\r\n/* eslint-enable no-console */\r\njQuery('.lazyLoad').each(function(index, el) {\r\n jQuery(el).attr('src', jQuery(el).data('real-src'));\r\n});"],"names":["console","log","jQuery","each","index","el","attr","data"],"sourceRoot":""}