{ "version": 3, "sources": [ "PageSection/main.js" ], "names": [], "mappings": "AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA", "file": "PageSection.js", "sourcesContent": [ "require([\r\n],\r\n function () {\r\n\r\n function hideEmptyPageSections() {\r\n // process all page sections on the page\r\n $(\".page-section\").each(function (index, section) {\r\n if ($(section).find(\".page-section-wrapper\").html().trim().length === 0) {\r\n // section is empty - hide it\r\n $(section).addClass(\"d-none\");\r\n }\r\n });\r\n }\r\n\r\n hideEmptyPageSections();\r\n\r\n }\r\n);\r\n\ndefine(\"PageSection/main\", function(){});\n\n" ] }